Opened 9 years ago
Closed 9 years ago
#5329 closed defect (fixed)
Python3 error, changing ones hometown
Reported by: | spaetz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | programming | Keywords: | python3 |
Cc: | berkerpeksag | Parent Tickets: | 5017 |
Description
This is in version 0.8 when changing ones hometown using python3:
File "/srv/media.sspaeth.de/mediagoblin/mediagoblin/edit/views.py", line 222, in edit_profile user.get_location = Location(name=unicode(form.location.data)) NameError: name 'unicode' is not defined
Change History (3)
comment:1 by , 9 years ago
Cc: | added |
---|
comment:2 by , 9 years ago
Parent Tickets: | → 5017 |
---|
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in http://git.savannah.gnu.org/cgit/mediagoblin.git/commit/?id=896d00fbf22f5701f811bb4cea28b01cbb618ee1 (master) and http://git.savannah.gnu.org/cgit/mediagoblin.git/commit/?h=stable&id=cc92922386937d9f416e9166ac1e672a0f775b53 (stable).
Thanks for the report, spaetz!