[PR #592] misc. fixes / updates #591

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

📋 Pull Request Information

Original PR: https://github.com/nsupdate-info/nsupdate.info/pull/592
Author: @ThomasWaldmann
Created: 10/6/2025
Status: 🔄 Open

Base: masterHead: fixes


📝 Commits (7)

  • ae67109 make basic_authenticate more robust
  • 5f7728d fix: settings.BAD_IPS_HOST has IPAddress members
  • 85b9a8e remove unused imports
  • bc99ebc translate_for_user: more clear forcing of lazy eval
  • bb5ef0e remove some py2 comments / compat code
  • 1bf79a8 sphinx: sys.path and version improvements
  • a1ac4c2 update CHANGES

📊 Changes

20 files changed (+65 additions, -56 deletions)

View changed files

📝 CHANGES.rst (+4 -1)
📝 conftest.py (+1 -1)
📝 docs/conf.py (+21 -9)
📝 src/nsupdate/__init__.py (+1 -1)
📝 src/nsupdate/accounts/migrations/0002_auto_20141125_2325.py (+1 -2)
📝 src/nsupdate/accounts/views.py (+0 -2)
📝 src/nsupdate/api/_tests/test_api.py (+8 -11)
📝 src/nsupdate/api/models.py (+0 -2)
📝 src/nsupdate/api/views.py (+19 -11)
📝 src/nsupdate/main/_tests/test_main.py (+0 -1)
📝 src/nsupdate/main/dnstools.py (+0 -1)
📝 src/nsupdate/main/migrations/0009_merge.py (+1 -1)
📝 src/nsupdate/main/migrations/0010_auto_20151229_1717.py (+1 -1)
📝 src/nsupdate/main/views.py (+4 -4)
📝 src/nsupdate/management/commands/domains.py (+0 -1)
📝 src/nsupdate/management/commands/faults.py (+0 -1)
📝 src/nsupdate/management/commands/illegal.py (+0 -1)
📝 src/nsupdate/settings/base.py (+1 -2)
📝 src/nsupdate/utils/_tests/test_ddns_client.py (+1 -1)
📝 src/nsupdate/utils/mail.py (+2 -2)

📄 Description

No description provided


🔄 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/592 **Author:** [@ThomasWaldmann](https://github.com/ThomasWaldmann) **Created:** 10/6/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `fixes` --- ### 📝 Commits (7) - [`ae67109`](https://github.com/nsupdate-info/nsupdate.info/commit/ae67109c6c26e32b89d858e611db0d502d930e40) make basic_authenticate more robust - [`5f7728d`](https://github.com/nsupdate-info/nsupdate.info/commit/5f7728d0e386d029987b4b20e479c45c3de38515) fix: settings.BAD_IPS_HOST has IPAddress members - [`85b9a8e`](https://github.com/nsupdate-info/nsupdate.info/commit/85b9a8ed3a2dbdbbc3b1a7bef09676e20675f420) remove unused imports - [`bc99ebc`](https://github.com/nsupdate-info/nsupdate.info/commit/bc99ebc45f5137a2ce0267fb604c41e093833eb4) translate_for_user: more clear forcing of lazy eval - [`bb5ef0e`](https://github.com/nsupdate-info/nsupdate.info/commit/bb5ef0eac85dd0bf962283a382a23d83d8972138) remove some py2 comments / compat code - [`1bf79a8`](https://github.com/nsupdate-info/nsupdate.info/commit/1bf79a8ab0e6ca2816b8f7f9c570668e96b65c74) sphinx: sys.path and version improvements - [`a1ac4c2`](https://github.com/nsupdate-info/nsupdate.info/commit/a1ac4c26fd22660407aae3e845ee254ca419a9f1) update CHANGES ### 📊 Changes **20 files changed** (+65 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `CHANGES.rst` (+4 -1) 📝 `conftest.py` (+1 -1) 📝 `docs/conf.py` (+21 -9) 📝 `src/nsupdate/__init__.py` (+1 -1) 📝 `src/nsupdate/accounts/migrations/0002_auto_20141125_2325.py` (+1 -2) 📝 `src/nsupdate/accounts/views.py` (+0 -2) 📝 `src/nsupdate/api/_tests/test_api.py` (+8 -11) 📝 `src/nsupdate/api/models.py` (+0 -2) 📝 `src/nsupdate/api/views.py` (+19 -11) 📝 `src/nsupdate/main/_tests/test_main.py` (+0 -1) 📝 `src/nsupdate/main/dnstools.py` (+0 -1) 📝 `src/nsupdate/main/migrations/0009_merge.py` (+1 -1) 📝 `src/nsupdate/main/migrations/0010_auto_20151229_1717.py` (+1 -1) 📝 `src/nsupdate/main/views.py` (+4 -4) 📝 `src/nsupdate/management/commands/domains.py` (+0 -1) 📝 `src/nsupdate/management/commands/faults.py` (+0 -1) 📝 `src/nsupdate/management/commands/illegal.py` (+0 -1) 📝 `src/nsupdate/settings/base.py` (+1 -2) 📝 `src/nsupdate/utils/_tests/test_ddns_client.py` (+1 -1) 📝 `src/nsupdate/utils/mail.py` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#591
No description provided.