- Add class `PolymorphicSortableAdminMixin` so that method `get_max_order` references the ordering field from the base model.
0.6.6
- Fix: Drag\'n Drop reordering now send \[pre\|post\]\_save signals for all updated instances.
0.6.5
- Fix: Reorder management command now accepts args.
0.6.4
- Drop support for Django-1.5. - `change_list_template` now is extendible. - Fixed concatenation if `exclude` is tuple. - Support reverse sorting in CustomInlineFormSet.
0.6.3
- Setup.py ready for Python 3.
0.6.2
- Fixed regression from 0.6.0: Multiple sortable inlines are now possible again.