django-categories/categories/migrations
Corey Oordt efe3cdd06b Refactored the thumbnail from imagefield to filefield.
Why? ImageField causes hits to storage to fill out certain fields. Added a storage class and width/height fields so it is possible to scale the thumbnails and store them somewhere besides the filesystem.
2011-05-11 09:01:33 -04:00
..
0001_initial.py Adding South migrations 2011-05-11 08:58:39 -04:00
0002_auto__add_field_category_alternate_title__add_field_category_descripti.py Adding South migrations 2011-05-11 08:58:39 -04:00
0003_auto__add_field_category_thumbnail.py Adding South migrations 2011-05-11 08:58:39 -04:00
0004_auto__add_field_category_thumbnail_width__add_field_category_thumbnail.py Refactored the thumbnail from imagefield to filefield. 2011-05-11 09:01:33 -04:00
__init__.py Adding South migrations 2011-05-11 08:58:39 -04:00