django-admin-sortable-fixwin/sample_project
Brandon Taylor 63a80f5953 Incremented version to 1.2.
Refactored ORM calls to properly order objects by the sortable_by property to ensure objects are grouped correctly in the sortable change list template after being passed through dynamic_regroup.
Fixed missing import for jquery.effects.core, again.
Refactored sortable_by classmethod into a property.
2011-11-22 22:19:39 -06:00
..
app Incremented version to 1.2. 2011-11-22 22:19:39 -06:00
appmedia Modified classmethod queries that determine if a Model is sortable to only retieve one record and not use count. 2011-11-16 00:48:14 -06:00
static/adminsortable Modified classmethod queries that determine if a Model is sortable to only retieve one record and not use count. 2011-11-16 00:48:14 -06:00
templates Modified classmethod queries that determine if a Model is sortable to only retieve one record and not use count. 2011-11-16 00:48:14 -06:00
README Modified classmethod queries that determine if a Model is sortable to only retieve one record and not use count. 2011-11-16 00:48:14 -06:00
__init__.py Modified classmethod queries that determine if a Model is sortable to only retieve one record and not use count. 2011-11-16 00:48:14 -06:00
adminsortable.sqlite Incremented version to 1.2. 2011-11-22 22:19:39 -06:00
manage.py Modified classmethod queries that determine if a Model is sortable to only retieve one record and not use count. 2011-11-16 00:48:14 -06:00
settings.py Refactored sortable_by into a property instead of a classmethod. 2011-11-22 20:42:36 -06:00
urls.py Modified classmethod queries that determine if a Model is sortable to only retieve one record and not use count. 2011-11-16 00:48:14 -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