Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-menu-generator-ng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
AlekSIS®
Libraries
django-menu-generator-ng
Commits
1974b00f
Commit
1974b00f
authored
7 years ago
by
Cristian Vargas
Browse files
Options
Downloads
Patches
Plain Diff
Update version and changelog
parent
6c3fd541
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+0
-153
0 additions, 153 deletions
CHANGELOG.md
docs/changelog.rst
+22
-1
22 additions, 1 deletion
docs/changelog.rst
menu_generator/__init__.py
+1
-1
1 addition, 1 deletion
menu_generator/__init__.py
with
23 additions
and
155 deletions
CHANGELOG.md
deleted
100755 → 0
+
0
−
153
View file @
6c3fd541
##1.0.4
Features:
-
Adding support for AppConfig in INSTALLED_APPS
##1.0.3
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
Project Enhancements:
-
Updating .gitignore to ignore sphinx builds
-
Updating docs
-
Readme enhancements
##1.0.1
Project Enhancements:
-
Added flake8 to CI
-
Added tox
-
Added docs
-
Readme enhanced
BugFix:
-
Added a correction to the validators evaluation with the AND connector
## 1.0.0
Feature:
-
Dropped support for Django < 1.8
-
Dropped support for Python < 3.4
-
Changed licensing from BSD to MIT
-
Added
`validators`
feature
-
Not backward compatible with versions < 1.0.0
## 0.1.10
Feature:
-
Added
`render_for_user_when_condition_is_false`
feature
## 0.1.9
Enhancement:
-
Process breadcrumbs based on nodes and not partial paths
## 0.1.8
BugFix:
-
Properly handle
`render_for_user_when_condition_is_true`
submenu(s)
## 0.1.7
Enhancement:
-
pass the
`request`
object to the
`render_for_user_when_condition_is_true`
method instead of the
`user`
object
## 0.1.6
Feature:
-
Added
`render_for_user_when_condition_is_true`
feature
## 0.1.5
Enhancement:
-
Updated travis to include Django 1.9
## 0.1.4
BugFix:
-
Added menu
`depth`
to item. top-nav: depth=0, sub-nav: depth=1 etc.
## 0.1.3
BugFix:
-
Skip breadcrumbs for empty list
## 0.1.2
BugFix:
-
Recalculate active state for all objects, including the out-of-focus ones.
## 0.1.1
Features:
-
Allow any menu name be loaded directly from the settings, bypassing MENUWARE_MENU.
## 0.1.0
Features:
-
Added template tags to load up menus from the setting.py
## 0.0.4
Enhancement:
-
Added usage to README
## 0.0.3
Enhancement:
-
Added More Test Cases
-
Clean up
## 0.0.2
Enhancement:
-
Added Test Cases
## 0.0.1
Features:
-
Initial Release
This diff is collapsed.
Click to expand it.
docs/changelog.rst
+
22
−
1
View file @
1974b00f
CHANGELOG
=========
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)
-----------------
...
...
@@ -19,4 +40,4 @@ CHANGELOG
1.0.0 (2017-04-09)
------------------
- Initial release
\ No newline at end of file
- Initial release
This diff is collapsed.
Click to expand it.
menu_generator/__init__.py
+
1
−
1
View file @
1974b00f
__author__
=
'
Milton Lenis
'
__description__
=
'
A straightforward menu generator for Django
'
__version__
=
'
1.0.
3
'
__version__
=
'
1.0.
4
'
default_app_config
=
'
menu_generator.apps.MenuAppConfig
'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment