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
9ae31545
Verified
Commit
9ae31545
authored
4 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Update Django and Python versions again
parent
2de40a18
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.rst
+1
-1
1 addition, 1 deletion
README.rst
docs/changelog.rst
+2
-1
2 additions, 1 deletion
docs/changelog.rst
tox.ini
+3
-2
3 additions, 2 deletions
tox.ini
with
6 additions
and
4 deletions
README.rst
+
1
−
1
View file @
9ae31545
...
...
@@ -15,7 +15,7 @@ Features:
---------
- Tested support to Python 3.7, 3.8, 3.9
- Tested support to Django
2.0,
2.2, 3.0, 3.1
- Tested support to Django 2.2, 3.0, 3.1
- No database
- Support unlimited menus
- Icons support
...
...
This diff is collapsed.
Click to expand it.
docs/changelog.rst
+
2
−
1
View file @
9ae31545
...
...
@@ -9,7 +9,8 @@ CHANGELOG
- Project Enhancements:
- Dropping support for Python <3.7
- Dropping support for Django <2.0
- 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)
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
3
−
2
View file @
9ae31545
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist
=
py37-django{20,21,22,30,31},
py38-django{20,21,22,30,31}
py37-django{22,30,31},
py38-django{22,30,31}
py39-django{22,30,31}
[testenv]
deps
=
django
coverage
...
...
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