#22652: create_superuser in contrib.auth.management expects "objects" manager in
1.7b4
-----------------------------+------------------------
     Reporter:  alexdlaird   |      Owner:  nobody
         Type:  Bug          |     Status:  new
    Component:  Core (URLs)  |    Version:  1.7-beta-2
     Severity:  Normal       |   Keywords:
 Triage Stage:  Unreviewed   |  Has patch:  0
Easy pickings:  0            |      UI/UX:  0
-----------------------------+------------------------
 We installed Django 1.7b4 to test compatibility with my application and
 came upon what we believe to be a bug when running our regression tests.

 In Django 1.6.5, contrib\auth\management\_init_.py line 116 referes
 'created_models' in 'UserModel', but in Django 1.7 this appears to be
 modified (same file, line 132) to check if UserModel.objects.exists() not.
 However, we have renamed our user manager to simply "users", so this
 throws an errors when executed.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22652>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/053.89bd582d8fe53cef616b17f9c8d5804b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to