mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[PR #529] [MERGED] Upgrade to Django 4.2, try2 #537
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#537
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/529
Author: @ThomasWaldmann
Created: 7/11/2023
Status: ✅ Merged
Merged: 7/11/2023
Merged by: @ThomasWaldmann
Base:
master← Head:django42-try2📝 Commits (8)
3dcf0eerequire python >=3.8 <=3.11f652751Update to Django 4.01554298Update to Django 4.1095535aUpdate update_secret database field length for salted hash37f8734Update to Django 4.228a209dsettings.DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'75fc3a0always use django-admin in docs, update URLsc338ea2pipenv update📊 Changes
23 files changed (+524 additions, -455 deletions)
View changed files
📝
.github/workflows/ci.yml(+3 -3)📝
Pipfile(+2 -2)📝
Pipfile.lock(+378 -340)📝
docs/admin.rst(+16 -15)📝
requirements.d/all.txt(+1 -1)📝
setup.py(+3 -3)📝
src/nsupdate/accounts/models.py(+3 -2)📝
src/nsupdate/accounts/registration_form.py(+1 -1)📝
src/nsupdate/accounts/urls.py(+19 -19)📝
src/nsupdate/accounts/views.py(+1 -1)📝
src/nsupdate/login/urls.py(+15 -15)📝
src/nsupdate/main/forms.py(+1 -1)➕
src/nsupdate/main/migrations/0013_alter_host_update_secret.py(+17 -0)📝
src/nsupdate/main/models.py(+14 -4)📝
src/nsupdate/main/urls.py(+33 -33)📝
src/nsupdate/management/commands/domains.py(+1 -1)📝
src/nsupdate/management/commands/faults.py(+1 -1)📝
src/nsupdate/management/commands/hosts.py(+1 -1)📝
src/nsupdate/management/commands/users.py(+1 -1)📝
src/nsupdate/settings/base.py(+2 -0)...and 3 more files
📄 Description
Could not get this working (see nsupdate.main.Host class), thus kept the deprecated code:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.