django-admin-sortable-fixwin/sample_project
Brandon Taylor 484f00d263 Updated version to 1.3.2.
Updated status to stable/production.
Added AttributeError exception handling for models that specify a SortableForeignKey that does not inherit from Sortable.
Added template support for nested objects that are sortable by a foreign key, where the foreign key is not sortable.
2012-06-07 09:38:36 -04:00
..
app Updated version to 1.3.2. 2012-06-07 09:38:36 -04:00
appmedia Added SortableForeignKey field to replace `sortable_by` model property. 2012-02-24 22:35:30 -06:00
static/adminsortable Added SortableForeignKey field to replace `sortable_by` model property. 2012-02-24 22:35:30 -06:00
templates Added SortableForeignKey field to replace `sortable_by` model property. 2012-02-24 22:35:30 -06:00
README Added SortableForeignKey field to replace `sortable_by` model property. 2012-02-24 22:35:30 -06:00
__init__.py Added SortableForeignKey field to replace `sortable_by` model property. 2012-02-24 22:35:30 -06:00
adminsortable.sqlite Removed initial_data which was breaking unit tests. 2012-04-23 23:11:11 -05:00
manage.py Added SortableForeignKey field to replace `sortable_by` model property. 2012-02-24 22:35:30 -06:00
settings.py Added SortableForeignKey field to replace `sortable_by` model property. 2012-02-24 22:35:30 -06:00
urls.py Added SortableForeignKey field to replace `sortable_by` model property. 2012-02-24 22:35:30 -06:00

README

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

Thanks for download django-admin-sortable.
I hope it can help you out as much on your project(s) as it does on mine :)

The only url patterns that are enabled for this project are /admin
The username/password is: admin/admin

If you still need help, please contact me at: btaylorweb@gmail.com

Kind regards,
Brandon Taylor

bTaylor Web