Krzysztof Klimonda
2b5ae4829d
Delete Pin.__init__ as we are not doing anything special
2013-02-23 23:54:49 +01:00
Krzysztof Klimonda
e2a38f8a10
Add image dimensions to the API and the third image size
...
There has been some refactoring going on in the pinry.pins.models module.
The upload_to code has been refactored into its own function, images
have been moved to their own models - otherwise the number of fields
in the Pin model would skyrocket. Also ModelManagers have been written
to move image fetching and generating outside of models.
2013-02-23 21:12:11 +01:00
Isaac Bythewood
230a6e959f
Taggit implemented.
2012-09-28 04:42:13 +00:00
Isaac Bythewood
a178144da4
Removing the dependency of django-thumbs.
2012-07-25 01:50:28 +00:00
Isaac Bythewood
93f9d23470
Fix CSRF bug.
2012-07-24 23:26:38 +00:00
Isaac Bythewood
4ee8d3239d
Change position and label of upload field.
2012-07-24 21:23:27 +00:00
Isaac Bythewood
7514c6f0d9
Added an upload field for new images instead of just requiring a URL.
2012-07-03 02:24:34 +00:00
Isaac Bythewood
8e8bcdfb49
Lots of pylint and pep8 fixes in nearly every file.
2012-05-12 00:27:02 +00:00
Isaac Bythewood
188c40a1b6
Added extra protocol checking.
2012-05-01 04:42:45 +00:00
Isaac Bythewood
ce95b7ef7f
Added in duplicate URL detection fixing issue #13 .
2012-04-27 15:11:41 +00:00
Isaac Bythewood
cd53e3ff1d
Correct typo in README, do basic form URL validation to make sure it is an image, the only thing Pinry currently supports.
2012-04-27 02:48:49 +00:00
Isaac Bythewood
1871de7f4e
Remove tags and title, add description, improve forms, add register form, increase original pin limit from 20 to 50.
2012-04-26 15:38:21 +00:00
Isaac Bythewood
644184d0ad
Initial commit.
2012-04-26 03:44:16 +00:00