[PR #516] [MERGED] upgrade to django 3.2 LTS #531

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/516
Author: @ThomasWaldmann
Created: 4/12/2023
Status: Merged
Merged: 4/12/2023
Merged by: @ThomasWaldmann

Base: masterHead: django32


📝 Commits (10+)

  • 2dd43b8 Add DEVELOPMENT.md to list common development commands
  • c09e6af Add Pipfile for dependency tracking
  • 51ab2a1 revert tweaking of sys.path in manage.py
  • 867f83a Remove usage of six
  • 0054b0e Update to DropboxOAuth2V2
  • 669f63a Install pylint
  • 1a28f0d Pipfile: minimum requirement is py37 for now
  • 8af14e4 Update to Django 3.0
  • 85ebbb8 Update to Django 3.1
  • 6351d0e Update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/nsupdate-info/nsupdate.info/pull/516 **Author:** [@ThomasWaldmann](https://github.com/ThomasWaldmann) **Created:** 4/12/2023 **Status:** ✅ Merged **Merged:** 4/12/2023 **Merged by:** [@ThomasWaldmann](https://github.com/ThomasWaldmann) **Base:** `master` ← **Head:** `django32` --- ### 📝 Commits (10+) - [`2dd43b8`](https://github.com/nsupdate-info/nsupdate.info/commit/2dd43b8eb6c720aab38792545424ecba44c04a1d) Add DEVELOPMENT.md to list common development commands - [`c09e6af`](https://github.com/nsupdate-info/nsupdate.info/commit/c09e6af73298c4c7ab1634628786bf7e3cbd9033) Add Pipfile for dependency tracking - [`51ab2a1`](https://github.com/nsupdate-info/nsupdate.info/commit/51ab2a16263de84b43e6237d3d11ad439ae9bede) revert tweaking of sys.path in manage.py - [`867f83a`](https://github.com/nsupdate-info/nsupdate.info/commit/867f83a02f5c886072a05b4b131d957f83b3af05) Remove usage of six - [`0054b0e`](https://github.com/nsupdate-info/nsupdate.info/commit/0054b0e66b4919e30860c96dbfa9b3a064d92348) Update to DropboxOAuth2V2 - [`669f63a`](https://github.com/nsupdate-info/nsupdate.info/commit/669f63a0ed6c8c94f935f3c5019d7c547eeb5321) Install pylint - [`1a28f0d`](https://github.com/nsupdate-info/nsupdate.info/commit/1a28f0d30d08cb3f3665335a61bbde2c6bdd509b) Pipfile: minimum requirement is py37 for now - [`8af14e4`](https://github.com/nsupdate-info/nsupdate.info/commit/8af14e4ee344ebf90b03c67745ad3624adeba35b) Update to Django 3.0 - [`85ebbb8`](https://github.com/nsupdate-info/nsupdate.info/commit/85ebbb8e8b8272695b99f1b20c9e775222126072) Update to Django 3.1 - [`6351d0e`](https://github.com/nsupdate-info/nsupdate.info/commit/6351d0ef151556c9a7ab7e00236a3f9c3d68b83f) Update to Django 3.2 ### 📊 Changes **17 files changed** (+1233 additions, -23 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 Description cherry-picks from #505 + some minor changes. --- <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#531
No description provided.