File tree Expand file tree Collapse file tree 3 files changed +23
-155
lines changed Expand file tree Collapse file tree 3 files changed +23
-155
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
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
+
4
25
1.0.2(2017-04-29)
5
26
-----------------
6
27
@@ -19,4 +40,4 @@ CHANGELOG
19
40
1.0.0 (2017-04-09)
20
41
------------------
21
42
22
- - Initial release
43
+ - Initial release
Original file line number Diff line number Diff line change 1
1
__author__ = 'Milton Lenis'
2
2
__description__ = 'A straightforward menu generator for Django'
3
- __version__ = '1.0.3 '
3
+ __version__ = '1.0.4 '
4
4
5
5
default_app_config = 'menu_generator.apps.MenuAppConfig'
You can’t perform that action at this time.
0 commit comments