Skip to content

Releases: caktus/django-treenav

v2.0.0

23 Dec 18:38
Compare
Choose a tag to compare

v2.0.0 AKA the @itsdkey release (Released 2020-12-23)

  • Django 2.2, 3.0 and 3.1 support (Thanks @itsdkey!)
  • Allow customization of template name in template tags (Thanks @itsdkey!)
  • Refactor tests and sample project to be more standard (Thanks @itsdkey!)
  • Require django-mptt >= 0.11
  • New migration (required because the MenuItem model is based on django-mptt, and
    django-mptt has removed a number of indexes from fields - django-treenav itself has
    not changed)
  • Switch from Travis CI to Github Acions CI
  • Add pre-commit, black, isort configs

Backwards Incompatible Changes


- Drop support for Python 2 and Python 3 versions < 3.6
- Drop support for Django < 2.2
- Drop support for django-mptt < 0.11

v1.2.0

28 Mar 12:28
Compare
Choose a tag to compare
  • Add Django 1.11 and 2.0 support
  • Drop other Django version support (1.9 and 1.0 already unsupported by Django; 1.8 goes out of support on April 1.)

https://pypi.python.org/pypi/django-treenav/1.2.0

v0.9.2

02 Sep 15:47
Compare
Choose a tag to compare
Prepare 0.9.2 release