[PR #517] [CLOSED] Update to Django 4.2 #529

Closed
opened 2026-02-26 10:32:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nsupdate-info/nsupdate.info/pull/517
Author: @ThomasWaldmann
Created: 4/12/2023
Status: Closed

Base: masterHead: django42


📝 Commits (8)

  • 3dcf0ee require python >=3.8 <=3.11
  • f652751 Update to Django 4.0
  • 1554298 Update to Django 4.1
  • 095535a Update update_secret database field length for salted hash
  • 52c2168 Update to Django 4.2
  • 6829875 add db migration for host+domain unique index
  • 0a2924a settings.DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
  • c7f9677 always 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.

## 📋 Pull Request Information **Original PR:** https://github.com/nsupdate-info/nsupdate.info/pull/517 **Author:** [@ThomasWaldmann](https://github.com/ThomasWaldmann) **Created:** 4/12/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `django42` --- ### 📝 Commits (8) - [`3dcf0ee`](https://github.com/nsupdate-info/nsupdate.info/commit/3dcf0ee4b9801f7878263ea44fce0cd907d76828) require python >=3.8 <=3.11 - [`f652751`](https://github.com/nsupdate-info/nsupdate.info/commit/f652751b146ba294b0d317b47f791d6f3b10c465) Update to Django 4.0 - [`1554298`](https://github.com/nsupdate-info/nsupdate.info/commit/1554298e28f5069a8ed83af9a5fe904a9b632d46) Update to Django 4.1 - [`095535a`](https://github.com/nsupdate-info/nsupdate.info/commit/095535aead425af90d322eb26e49c1154a318279) Update update_secret database field length for salted hash - [`52c2168`](https://github.com/nsupdate-info/nsupdate.info/commit/52c21689b2546ca1298793c8818391f17ab127a3) Update to Django 4.2 - [`6829875`](https://github.com/nsupdate-info/nsupdate.info/commit/682987541f22710abeaac2f561ecd80632b0deef) add db migration for host+domain unique index - [`0a2924a`](https://github.com/nsupdate-info/nsupdate.info/commit/0a2924a60e0832f618d8a47e4e91295582147537) settings.DEFAULT_AUTO_FIELD = 'django.db.models.AutoField' - [`c7f9677`](https://github.com/nsupdate-info/nsupdate.info/commit/c7f96771a7b30c4b742e454e32a1c9feaa87551d) always use django-admin in docs, update URLs ### 📊 Changes **24 files changed** (+183 additions, -145 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description still some unsolved issues, can anybody help (see below)? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 10:32:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#529
No description provided.