django-admin-sortable-fixwin/sample_project/app
Brandon Taylor 0ac0b56121 Removed unused objects.
Added Person create statements and removed call to fixture data to prevent migration problems across Django versions.
2014-10-24 20:35:55 -04:00
..
__init__.py Added SortableForeignKey field to replace `sortable_by` model property. 2012-02-24 22:35:30 -06:00
admin.py Wired up SortableNonInlineCategory model to admin. 2014-10-24 20:34:06 -04:00
models.py Added new model class to demonstrate a sortable model with a foreign key that is not sortable that is not defined as an inline. 2014-10-24 20:32:53 -04:00
tests.py Removed unused objects. 2014-10-24 20:35:55 -04:00