mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 00:25:58 +03:00
[PR #517] [CLOSED] Update to Django 4.2 #529
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#529
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/517
Author: @ThomasWaldmann
Created: 4/12/2023
Status: ❌ Closed
Base:
master← Head:django42📝 Commits (8)
3dcf0eerequire python >=3.8 <=3.11f652751Update to Django 4.01554298Update to Django 4.1095535aUpdate update_secret database field length for salted hash52c2168Update to Django 4.26829875add db migration for host+domain unique index0a2924asettings.DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'c7f9677always use django-admin in docs, update URLs📊 Changes
24 files changed (+183 additions, -145 deletions)
View changed files
📝
.github/workflows/ci.yml(+3 -3)📝
Pipfile(+2 -2)📝
Pipfile.lock(+14 -28)📝
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/migrations/0014_rename_host_name_domain_main_host_name_6d33bf_idx_and_more.py(+26 -0)📝
src/nsupdate/main/models.py(+11 -6)📝
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)...and 4 more files
📄 Description
still some unsolved issues, can anybody help (see below)?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.