Commit graph

12 commits

Author SHA1 Message Date
Iacopo Spalletti
8e1ee59722 Documented the upgrade path from 1.0.2 and 1.0.3 plus a small migration to keep things in sync 2012-03-30 13:41:49 +02:00
Corey Oordt
5a878c06b6 Fixed another migration 2012-03-28 11:41:39 -04:00
Corey Oordt
3ee569a060 Adding additional migrations to fix potential data corruption when renaming the foreign key 2012-03-28 11:41:17 -04:00
Corey Oordt
43f7ff768d Altering the #10 migration as it caused strange behavior with data. 2012-03-28 11:40:41 -04:00
Corey Oordt
3cfc812410 Updated migrations to include a data migration. 2012-02-15 08:54:33 -05:00
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
Corey Oordt
6f6241c264 Altered the field type of the alternate url field from URL to Char. This allows relative urls, instead of full urls.
Added a migration in case the database complains. Really doesn't do anything on that level
2012-01-03 09:18:10 -05:00
Corey Oordt
3e8a10ad4e Added an active flag for models 2011-08-22 09:51:11 -04:00
Corey Oordt
3b6d469b89 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
Corey Oordt
cedd54e85d Added an alternate url field to the model. 2011-08-01 09:09:34 -04:00
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
Corey Oordt
8e843fbcd1 Adding South migrations 2011-05-11 08:58:39 -04:00