* Update Python version classifiers in setup.py * Add Greek translation
0.21.1
~~~~~~~~~~~~~~~~~~~
* Document supported versions of Django; fix Travis to test these versions.
0.21.0
~~~~~~~~~~~~~~~~~~~
* Fix form tests on Django 1.10 * Address list_display and fieldsets in admin docs * external_apps.txt improvements * Remove support for Django 1.4-1.6, again.
0.20.2
~~~~~~~~~~~~~~~~~~~
* Add extra_filters argument to the manager's most_common method
0.20.1
~~~~~~~~~~~~~~~~~~~
* Specify `app_label` for `Tag` and `TaggedItem`
0.20.0
~~~~~~~~~~~~~~~~~~~
* Fix UnboundLocalError in _TaggableManager.set(..) * Update doc links to reflect RTD domain changes * Improve Russian translations