[PR #191] [MERGED] add python 3 compatibility and some minor stuff #403

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

📋 Pull Request Information

Original PR: https://github.com/nsupdate-info/nsupdate.info/pull/191
Author: @elnappo
Created: 12/28/2014
Status: Merged
Merged: 12/28/2014
Merged by: @ThomasWaldmann

Base: masterHead: master


📝 Commits (8)

  • cbab1a5 only show "(unkown)" in overview when hosts has this record, add some trans tags
  • 75fc862 add python_2_unicode_compatible in models.py #189
  • ca34ca3 remove all unicode() for python3 compatibility
  • cbc1810 python3 compatibility for account models
  • 1897c9a replace PermissionDenied with Http404
  • 37bb496 dont use unicode_literals
  • bc8041f remove unicode_literals from account models
  • 4197046 replace unicode() with text_type for python3

📊 Changes

4 files changed (+55 additions, -45 deletions)

View changed files

📝 nsupdate/accounts/models.py (+5 -2)
📝 nsupdate/main/models.py (+22 -15)
📝 nsupdate/main/templates/main/overview.html (+14 -14)
📝 nsupdate/main/views.py (+14 -14)

📄 Description


🔄 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/191 **Author:** [@elnappo](https://github.com/elnappo) **Created:** 12/28/2014 **Status:** ✅ Merged **Merged:** 12/28/2014 **Merged by:** [@ThomasWaldmann](https://github.com/ThomasWaldmann) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`cbab1a5`](https://github.com/nsupdate-info/nsupdate.info/commit/cbab1a5d1799e1bbf3cb0993c652056658ec0af1) only show "(unkown)" in overview when hosts has this record, add some trans tags - [`75fc862`](https://github.com/nsupdate-info/nsupdate.info/commit/75fc8627d7d632a6117b418a86d36987c12c9662) add python_2_unicode_compatible in models.py #189 - [`ca34ca3`](https://github.com/nsupdate-info/nsupdate.info/commit/ca34ca3e0d97e2dca0125ac2d9e4cacfbc71d537) remove all __unicode__() for python3 compatibility - [`cbc1810`](https://github.com/nsupdate-info/nsupdate.info/commit/cbc181024f878aedc1fe9ad60d458ef2ea972504) python3 compatibility for account models - [`1897c9a`](https://github.com/nsupdate-info/nsupdate.info/commit/1897c9a913ecb638867a44c8982e8c0403c6ae16) replace PermissionDenied with Http404 - [`37bb496`](https://github.com/nsupdate-info/nsupdate.info/commit/37bb496e3ba29d4cf12ccb6aed6ce679d5f3f1a2) dont use unicode_literals - [`bc8041f`](https://github.com/nsupdate-info/nsupdate.info/commit/bc8041fd2608f6e2feb03cacfc155efc5c88bdc8) remove unicode_literals from account models - [`4197046`](https://github.com/nsupdate-info/nsupdate.info/commit/419704618d5debbd4c29500d8bb016d40b2be366) replace __unicode__() with text_type for python3 ### 📊 Changes **4 files changed** (+55 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `nsupdate/accounts/models.py` (+5 -2) 📝 `nsupdate/main/models.py` (+22 -15) 📝 `nsupdate/main/templates/main/overview.html` (+14 -14) 📝 `nsupdate/main/views.py` (+14 -14) </details> ### 📄 Description - fixes https://github.com/nsupdate-info/nsupdate.info/issues/189 - replace permission denied (403) with not found (404) - minor host overview gui improvements --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 10:31:21 +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#403
No description provided.