Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 846 Bytes

CHANGES.rst

File metadata and controls

46 lines (27 loc) · 846 Bytes

Changelog

Version 2.0 (2021-11-16)

  • Added Django 3 and 4 support
  • Dropped Python 2.7 support.
  • Dropped Django 1.10 / 1.11 support.

Version 1.2 (2018-01-22)

  • Fixed Django 2.0 support.
  • Fixed NoReverseMatch for admin link on newly created objects

Version 1.1.1 (2016-08-07)

  • Fixed Python 3 issues.
  • Officially marked Python 3 support.

Version 1.1 (2016-08-07)

  • Added toolbar_link() method.
  • Fixed Python 3 issue.

Version 1.0.1 (2015-06-19)

  • Added ?language=.. parameter for django-parler models, so the admin opens the correct language tab.

Version 1.0 (2014-06-04)

  • Initial release