File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 1.0.4(2018-02-19)
5+ -----------------
6+
7+ - Features:
8+ - Adding support for AppConfig in INSTALLED_APPS
9+
10+ 1.0.3(2018-01-31)
11+ -----------------
12+
13+ - Project Enhancements:
14+ - Dropping support for Python 2
15+ - Updating docs
16+ - Readme updating
17+ - Support for Django 2.0 (Thanks to @lachmanfrantisek)
18+
19+ - Features:
20+ - Adding support to root paths (Thanks to @lucaskuzma)
21+
22+ - BugFix:
23+ - Fixing backward compatibility with Django < 1.10
24+
4251.0.2(2017-04-29)
526-----------------
627
@@ -19,4 +40,4 @@ CHANGELOG
19401.0.0 (2017-04-09)
2041------------------
2142
22- - Initial release
43+ - Initial release
Original file line number Diff line number Diff line change 11__author__ = 'Milton Lenis'
22__description__ = 'A straightforward menu generator for Django'
3- __version__ = '1.0.3 '
3+ __version__ = '1.0.4 '
44
55default_app_config = 'menu_generator.apps.MenuAppConfig'
You can’t perform that action at this time.
0 commit comments