* Adding support for ``prefetch_related()``. Thanks to Marcin Ossowski for the idea and patch.
0.6.1
-----
* Correct escaping of *for* attribute in label for the sortedm2m widget. Thanks to Mystic-Mirage for the report and fix.
0.6.0
-----
* Python 3 support! * Better widget. Thanks to Mike Knoop for the initial patch.
0.5.0
-----
* Django 1.5 support. Thanks to Antti Kaihola for the patches. * Dropping Django 1.3 support. Please use django-sortedm2m<0.5 if you need to use Django 1.3. * Adding support for a ``sort_value_field_name`` argument in ``SortedManyToManyField``. Thanks to Trey Hunner for the idea.
0.4.0
-----
* Django 1.4 support. Thanks to Flavio Curella for the patch. * south support is only enabled if south is actually in your INSTALLED_APPS setting. Thanks to tcmb for the report and Florian Ilgenfritz for the patch.
0.3.3
-----
* South support (via monkeypatching, but anyway... it's there!). Thanks to Chris Church for the patch. South migrations won't pick up a changed ``sorted`` argument though.