#8492: Nesting applications can cause name collision in admin
-----------------------------+----------------------------------------------
 Reporter:  chris_dickinson  |       Owner:  nobody    
   Status:  new              |   Milestone:            
Component:  Admin interface  |     Version:  SVN       
 Keywords:                   |       Stage:  Unreviewed
Has_patch:  0                |  
-----------------------------+----------------------------------------------
 Installing two applications (one nested in a module) with the same name
 and model names will cause a name collision between the models in admin.

 for example:

 INSTALLED_APPS = (
     'django.contrib.auth',
     'django.contrib.contenttypes',
     'django.contrib.sessions',
     'django.contrib.sites',
     'django.contrib.admin',
     'rhs',
     'nest.lhs', #comment this app to make the application work again
     'lhs',
 )

 where rhs, lhs, and nest.lhs all contain a models.py with the same model
 name, and functionally identical admin.py files.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/8492>
Django Code <http://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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to