- Fix [\135](https://github.com/jrief/django-admin-sortable2/issues/135):
Better call of pre_save signal.
- On `./manage.py reorder ...`, name the model using `app_label.model_name` rather than
requiring the fully qualified path.
- In `adminsortable2.admin.SortableAdminMixin` renamed method `update` to `update_order`,
to prevent potential naming conflicts.