django-categories/categories/migrations
Corey Oordt fdf968fb6e Extracted a base class for categories to allow other apps to make their own independent category-style models.
* Updated for django-mptt 0.5.2
* Fixed typo in the CategoryRelation field in that the foreign key is called 'story'
* Made the order field non-null and default to 0
* Changed the parent foreign key a TreeForeignKey (for 0.5.2)
* Changed requirements to mptt>=0.5.2
* Added a migration for model changes.
2012-02-15 08:54:33 -05: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
0005_auto__add_field_category_alternate_url.py Added an alternate url field to the model. 2011-08-01 09:09:34 -04:00
0006_auto__add_categoryrelation.py Due to settings, the migration for the category relations table never would be created. This fixes it 2011-08-03 14:23:30 -04:00
0007_auto__add_field_category_active.py Added an active flag for models 2011-08-22 09:51:11 -04:00
0008_changed_alternate_url_type.py Altered the field type of the alternate url field from URL to Char. This allows relative urls, instead of full urls. 2012-01-03 09:18:10 -05:00
0009_changed_category_relation.py Extracted a base class for categories to allow other apps to make their own independent category-style models. 2012-02-15 08:54:33 -05:00
__init__.py Adding South migrations 2011-05-11 08:58:39 -04:00