Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (217 - 219 of 1174)

Ticket Resolution Summary Owner Reporter
#5329 fixed Python3 error, changing ones hometown spaetz
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
#5327 fixed Failure to delete user after using pump api Jonas Haraldsson
Description

User account deletion will fail with: IntegrityError: (IntegrityError) FOREIGN KEY constraint failed u'DELETE FROM core__users WHERE core__users.id = ?' (7,) if the user have authenticated a client through the pump api.

gmg 0.8 with sqlite db

#5326 wontfix mediagoblin converts entered username to lower case Jonas Haraldsson
Description

mediagoblin converts entered "UserName" to lower case "username" on account creation.

This can be confusing and a source of errors when using the pump api, as other pump.io servers respect casing.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.