mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| 0001_initial.py | ||
| 0002_auto__add_field_category_alternate_title__add_field_category_descripti.py | ||
| 0003_auto__add_field_category_thumbnail.py | ||
| 0004_auto__add_field_category_thumbnail_width__add_field_category_thumbnail.py | ||
| 0005_auto__add_field_category_alternate_url.py | ||
| 0006_auto__add_categoryrelation.py | ||
| 0007_auto__add_field_category_active.py | ||
| 0008_changed_alternate_url_type.py | ||
| 0009_changed_category_relation.py | ||
| __init__.py | ||