#1390: Add app name to title and navigation-bar in admin interface
------------------------------------------------+---------------------------
          Reporter:  rfroger[at]estrate[dot]nl  |         Owner:  juliae     
            Status:  reopened                   |     Milestone:  1.0        
         Component:  Admin interface            |       Version:  SVN        
        Resolution:                             |      Keywords:  nfa-someday
             Stage:  Ready for checkin          |     Has_patch:  1          
        Needs_docs:  0                          |   Needs_tests:  0          
Needs_better_patch:  1                          |  
------------------------------------------------+---------------------------
Changes (by evenrik):

  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 The change made to django/contrib/admin/sites.py generated:
 {{{
 Traceback (most recent call last):

   File "/usr/lib/python2.3/site-packages/django/core/handlers/base.py",
 line 86, in get_response
     response = callback(request, *callback_args, **callback_kwargs)

   File "/usr/lib/python2.3/site-packages/django/contrib/admin/sites.py",
 line 175, in root
     return self.app_index(request, url)

   File "/usr/lib/python2.3/site-packages/django/contrib/admin/sites.py",
 line 392, in app_index
     app_dict = {

 UnboundLocalError: local variable 'model_dict' referenced before
 assignment
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/1390#comment:22>
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