Skip to content

v1.2.0

Compare
Choose a tag to compare
@nitmir nitmir released this 05 Jul 14:15
· 55 commits to master since this release
v1.2.0
f15d0fa

v1.2.0 - 2020-07-05

Added

  • Bootstrap 4 templates
  • Support for Django 2.2 and 3.0

Fixes

  • Replace calls to add_description_unit. As of Sphinx 2.4, the deprecated
    add_description_unit function has been removed.
  • Fix CRYPT-DES hash method for LDAP
  • Fix various spelling miskate in README.rst
  • Service URL: keep blank GET arguments

Changed

  • Use python3 for flake8, check_rst and coverage
  • Update README.rst quickstart for using python3 by default

Removed

  • Drop support for Django 2.0 and 2.1 as it reached end of life.
    We still keep Django 1.11 as it is the last supported release
    by python2 AND the currently packaged version of Django in
    Debian Buster (current stable).