- Add `extra_update` argument to various methods. - Fix bug in `order_with_respect_to` when using string in Python 3.
1.2.1
------------------
- Various bug fixes in admin - Add support for URL namespaces other than "admin"
1.2.0
------------------
- Remove support for Django <1.8 and Python 2.6 - Support for multiple order_with_respect_to fields - Remove usage of deprecated django.conf.urls.patterns
1.1.0
------------------
- Add support for many-to-many models. - Add Italian translations.
1.0
- Add support for custom order field by inheriting from `OrderedModelBase` and setting `order_field_name`. - Add support for Python 3. - Drop support for Django 1.4.