mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[PR #505] [CLOSED] Updated dependencies (django 2.2 -> 4.1) #521
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#521
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/505
Author: @nougad
Created: 3/18/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
5ea29a9Add DEVELOPMENT.md to list common development commandsf4ab196Add Pipfile for dependency tracking897515bRemove usage of six77bf293Update to DropboxOAuth2V20f8d7feInstall pylintb32b057Update to Django 3.0f623964Update to Django 3.16a6d9a5Update to Django 3.21aed14fUpdate to Django 4.09d8a50eUpdate to Django 4.1📊 Changes
30 files changed (+1381 additions, -120 deletions)
View changed files
➕
.pylintrc(+14 -0)➕
Pipfile(+28 -0)➕
Pipfile.lock(+1012 -0)📝
docs/project.rst(+90 -0)📝
manage.py(+3 -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(+4 -6)📝
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)...and 10 more files
📄 Description
Fixes #504
This updates various dependencies and documents development better. See discussion in https://github.com/nsupdate-info/nsupdate.info/issues/504
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.