#24506: Proxying User model creates an invalid migration
-------------------------------------+-------------------------------------
     Reporter:  tinloaf              |                    Owner:
                                     |  marcofucci
         Type:  Bug                  |                   Status:  new
    Component:  Database layer       |                  Version:  1.8
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Ernest0x):

 * status:  closed => new
 * version:  1.7 => 1.8
 * resolution:  fixed =>


Comment:

 I get exactly the same exception chain on 1.8.2 when trying to migrate an
 app that contains a model with a foreign key to another app's model
 defined as a proxy model of Django's auth application Group model. In case
 this is relevant, the application that contains the proxy model has a
 custom but very simple AppConfig subclass, that only overrides ready()
 method just to import a 'signals' module.

--
Ticket URL: <https://code.djangoproject.com/ticket/24506#comment:5>
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/065.8057fc550fdac93faf24866465e3b603%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to