#16283: my application project.auth takes models from django.contrib.auth
--------------------------------------+------------------------------
               Reporter:  TheRoSS     |          Owner:  nobody
                   Type:  Bug         |         Status:  closed
              Milestone:              |      Component:  contrib.auth
                Version:  1.3         |       Severity:  Normal
             Resolution:  invalid     |       Keywords:
           Triage Stage:  Unreviewed  |      Has patch:  0
    Needs documentation:  0           |    Needs tests:  0
Patch needs improvement:  0           |  Easy pickings:  0
                  UI/UX:  0           |
--------------------------------------+------------------------------
Changes (by aaugustin):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 This works as advertised:
 https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps

 It's very hard to remove this limitation in a backwards compatible way
 because Django references models in many places as
 `<app_module>.<ModelClass>`, which gets translated to
 `<path>.<to>.<app_module>.models.<ModelClass>`.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16283#comment:2>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to