mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #189] enhance python 3 compatibility #172
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#172
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?
Originally created by @elnappo on GitHub (Nov 29, 2014).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/189
At the moment nsupdate runs with python3 but is not very usable. Mainly because of __ str __() is missing in the model classes. This leads to:

https://docs.djangoproject.com/en/dev/topics/python3/
@ThomasWaldmann commented on GitHub (Nov 29, 2014):
yup, we need @python_2_unicode_compatible.
@ThomasWaldmann commented on GitHub (Dec 6, 2014):
target should be: 2.7 and >= 3.3.
@geier commented on GitHub (Dec 27, 2014):
also transifex (dev requirement) is not python 3 compatible