#4491: [newforms-admin] addAnother link does not work
----------------------------------------------+-----------------------------
Reporter:  Honza Král <[EMAIL PROTECTED]>  |       Owner:  adrian               
    
  Status:  new                                |   Component:  Admin interface   
       
 Version:  other branch                       |    Keywords:  newforms admin 
addAnother
   Stage:  Unreviewed                         |   Has_patch:  1                 
       
----------------------------------------------+-----------------------------
 Admin cannot recognize models registered with current site in {{{
 django.contrib.admin.widgets.RelatedFieldWidgetWrapper }}}
 
 The attached patch propagates the site object to the options object so
 that it will have access to it. It is then passed to {{{
 RelatedFieldWidgetWrapper }}} so that it can check if a model has admin
 enabled and decide whether or not to include {{{ addAnother() }}} link.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/4491>
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