CHANGELOG#

v7.1.1 (2023-11-28)#

Documentation#

  • Add deprecation notice (#546) (2f339a4)

  • Update url syntax for modern django (#545) (7b310b2)

Fix#

  • Update url of the cdn for the js resource (#544) (653e201)

v7.1.0 (2023-11-20)#

Feature#

  • Add official support for python 3.12 and django 5.0 (#542) (06f206a)

v7.0.2 (2023-11-01)#

Fix#

  • Update dependency django to v4.2.7 (9530a60)

v7.0.1 (2023-09-04)#

Fix#

  • Update dependency django to v4.2.5 (0744ea4)

Documentation#

  • Switch to furo theme (#444) (9a11304)

v7.0.0 (2023-06-27)#

Feature#

  • Add support for Python 3.11 (4ad1ec3)

  • Add support for Django 4.2 (75a0afc)

Breaking#

  • Drop support for Django <3.2 as it’s no longer maintained (8b5807d)

  • Drop support for Python 3.7 as it reached EOL on June 27, 2023. More infos: https://devguide.python.org/versions/ (8f8eca8)

Documentation#

v6.4.0 (2022-08-24)#

Feature#

v6.3.4 (2022-06-10)#

Fix#

  • deps: Update dependency sphinx to v5 (a37c3ce)

v6.3.3 (2022-06-07)#

Fix#

  • deps: Update dependency myst-parser to ^0.18.0 (5cb20c5)

v6.3.2 (2022-06-06)#

Fix#

  • deps: Revert PSR upgrade (56adda1)

v6.3.1 (2022-02-11)#

Fix#

  • deps: Update dependency myst-parser to ^0.17.0 (0177efd)

v6.3.0 (2022-01-24)#

Feature#

  • Drop support for Python 3.6 (2089634)

v6.2.1 (2021-12-11)#

Fix#

  • deps: Update dependency myst-parser to ^0.16.0 (c3494cd)

v6.2.0 (2021-10-07)#

Feature#

  • Add support for Django 4.0 and Python 3.10 (e7a7005)

Fix#

  • Update a few django deprecations (e35809f)

v6.1.5 (2021-09-13)#

Fix#

  • deps: Update dependency sphinx-rtd-theme to v1 (eca3824)

v6.1.4 (2021-06-13)#

Fix#

  • deps: Update dependency myst-parser to ^0.15.0 (7da9b61)

v6.1.3 (2021-05-04)#

Fix#

  • deps: Update dependency myst-parser to ^0.14.0 (f1e93e7)

v6.1.2 (2021-04-06)#

Fix#

  • Add python 3.9 compatibility (5f97f78)

v6.1.1 (2021-04-06)#

Fix#

  • Add django 3.2 compatibility (d862d65)

  • deps: Update dependency django to >=2.2,<3.3 (3f7aecd)

  • deps: Update dependency myst-parser to ^0.13.0 (0ba93dc)

v6.1.0 (2020-11-18)#

Feature#

  • Migrate packaging to Poetry (185df29)

Documentation#

v6.0.0 (2020-11-09)#

Breaking#

  • Drop support for Python 3.5 and Django <2.2 (bb729bd)

v5.0.0 (2020-09-22)#

Feature#

  • Add support for Django 3.1 (0f1aefd)

  • Add support for Django 3.0 (8671c1b)

Breaking#

  • drop support for django-filebrowser (0762230)

Documentation#

  • Add contributing guide and changelog (d8ba952)

v4.1.0 (2020-09-22)#

Feature#

  • Add support for Python 3.8 and Django 2.2 (311f427)

Documentation#

  • Covert to markdown with MyST parser (81fa41e)

  • Fix docs builds on RTD (6c98b98)

4.0.0 (2018-08-07)#

  • Add support for Django 2.1

  • Add support for Python 3.7

  • Drop support for Django 1.10

  • Drop support for Python <3.5 (including Python 2)

  • Adopt the black style guide

3.0.0 (2018-02-21)#

  • Improve coverage reporting in tests

  • Drop Django 1.7 to 1.9 support

  • Add support for Django 2.0

  • Add support for Python 3.6

2.1.1 (2017-04-17)#

  • Support for Django 1.11

  • Doc fixes

  • Better compatibility between Python 2 vs. 3

2.0.0 (2016-06-18)#

First release of this fork

  • Drop all static files in the app

  • Support for Django 1.7-1.10