Changes between Initial Version and Version 1 of Ticket #24437


Ignore:
Timestamp:
Mar 2, 2015, 8:51:11 AM (9 years ago)
Author:
Carsten Klein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24437 – Description

    initial v1  
    2727
    2828
    29 2. Break existing applications / projects using Mongoengine.
     29break existing applications / projects using Mongoengine.
    3030
    3131Mongoengine installs a custom MongoUser that is a shim around the actual model, which is a mongoengine document. The actual user id is a hexadecimal number / string and might not be validated using int(), causing the following exception
     
    4444Python Version: 2.7.8
    4545}}}
     46
     47
     48I do not know whether django.contrib.auth should make any assumption on the actual type of the id, or whether mongoengine should reimplement the pk property and delegate to its own version of the Auto field.
Back to Top