- Use property method `media()` instead of hard coded `Media` class. - Use the `verbose_name` from the column used to keep the order of fields instead of a hard coded \"Sort\". - When updating order in change_list_view, use the CSRF protection token.
0.3.1
- Fixed issue \25: `admin.TabularInline` problem in Django 1.5.x - Fixed problem when adding new Inline Form Fields. - PEP8 cleanup.
0.3.0
- new `position_field` required for inline and modeladmin - complete rewrite, simplified/robustified - "rebuild ordering" button in change list, for quick fixes
0.2.9
- Fixed: StackedInlines do not add an empty field after saving the model. - Added management command to preset initial ordering.