mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[PR #516] [MERGED] upgrade to django 3.2 LTS #531
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#531
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nsupdate-info/nsupdate.info/pull/516
Author: @ThomasWaldmann
Created: 4/12/2023
Status: ✅ Merged
Merged: 4/12/2023
Merged by: @ThomasWaldmann
Base:
master← Head:django32📝 Commits (10+)
2dd43b8Add DEVELOPMENT.md to list common development commandsc09e6afAdd Pipfile for dependency tracking51ab2a1revert tweaking of sys.path in manage.py867f83aRemove usage of six0054b0eUpdate to DropboxOAuth2V2669f63aInstall pylint1a28f0dPipfile: minimum requirement is py37 for now8af14e4Update to Django 3.085ebbb8Update to Django 3.16351d0eUpdate to Django 3.2📊 Changes
17 files changed (+1233 additions, -23 deletions)
View changed files
➕
.pylintrc(+14 -0)➕
Pipfile(+28 -0)➕
Pipfile.lock(+982 -0)📝
docs/project.rst(+90 -0)📝
requirements.d/all.txt(+1 -1)📝
requirements.d/dev.txt(+2 -0)➕
scripts/docker/Dockerfile(+9 -0)➕
scripts/docker/bind/named.conf.local(+49 -0)➕
scripts/docker/bind/zones/nsupdate.info(+20 -0)➕
scripts/docker/bind/zones/tests.nsupdate.info(+18 -0)➕
scripts/docker/test.sh(+12 -0)📝
setup.py(+1 -2)📝
src/nsupdate/accounts/models.py(+1 -4)📝
src/nsupdate/main/models.py(+1 -9)📝
src/nsupdate/settings/base.py(+1 -1)📝
src/nsupdate/templates/base.html(+1 -1)📝
src/nsupdate/urls.py(+3 -5)📄 Description
cherry-picks from #505 + some minor changes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.