Added NonSortableParentAdmin class to enable sorting URLs and JavaScript on models that do not inherit from Sortable. Removed unused 'ordering' property on SortableAdmin. Changed assignment of sorting_filters to use getattr, enabling NonSortableParentAdmin to inherit from SortableAdminBase. Moved template properties to SortableAdminBase. |
||
|---|---|---|
| .. | ||
| locale | ||
| static/adminsortable | ||
| templates/adminsortable | ||
| templatetags | ||
| __init__.py | ||
| admin.py | ||
| fields.py | ||
| models.py | ||
| utils.py | ||