File: changelog.rst

package info (click to toggle)
django-menu-generator-ng 1.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: python: 729; makefile: 17
file content (68 lines) | stat: -rw-r--r-- 1,397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
CHANGELOG
=========

1.2.3(2021-03-28)
-----------------

- Bugfix:
  - Catch 404 exception if current path cannot be resolved

1.2.1(2021-01-21)
-----------------

- Features:
    - Adding support for related views (Thanks to @Natureshadow)

- Project Enhancements:
  - Dropping support for Python <3.7
  - Dropping support for Django <2.2
  - Adding support for Python 3.9
  - Forked as django-menu-generator-ng due to lack of maintenance

1.1.0(2020-11-15)
-----------------

- Features:
    - Adding support for newer versions of Python and Django
    - Adding support for related paths (Thanks to @hansegucker)

1.0.4(2018-02-19)
-----------------

- Features:
    - Adding support for AppConfig in INSTALLED_APPS

1.0.3(2018-01-31)
-----------------

- Project Enhancements:
    - Dropping support for Python 2
    - Updating docs
    - Readme updating
    - Support for Django 2.0 (Thanks to @lachmanfrantisek)

- Features:
    - Adding support to root paths (Thanks to @lucaskuzma)

- BugFix:
    - Fixing backward compatibility with Django < 1.10

1.0.2(2017-04-29)
-----------------

- Updating .gitignore to ignore sphinx builds
- Updating docs

1.0.1(2017-04-29)
-----------------

- Added docs
- Readme enhanced
- BUGFIX: Added a correction to the validators evaluation with the AND connector
- Added flake8 to CI
- Added tox

1.0.0 (2017-04-09)
------------------

- Initial release