#5895: inline-edit performance problem after changeset 6655
-------------------------------------------------+--------------------------
   Reporter:  Karen Tracey <[EMAIL PROTECTED]>  |                Owner:  
jkocherhans    
     Status:  assigned                           |            Component:  
django.newforms
    Version:  newforms-admin                     |           Resolution:        
         
   Keywords:                                     |                Stage:  
Accepted       
  Has_patch:  1                                  |           Needs_docs:  0     
         
Needs_tests:  0                                  |   Needs_better_patch:  0     
         
-------------------------------------------------+--------------------------
Comment (by Karen Tracey <[EMAIL PROTECTED]>):

 Also broken by changeset 6655: bringing up an add page for a model that
 has inlines specified.  Traceback is:

 {{{

 Traceback (most recent call last):
 File "/tmp/django/newforms-admin/django/core/handlers/base.py" in
 _real_get_response
   81. response = callback(request, *callback_args, **callback_kwargs)
 File "/tmp/django/newforms-admin/django/contrib/admin/sites.py" in root
   136. return self.model_page(request, *url.split('/', 2))
 File "/tmp/django/newforms-admin/django/contrib/admin/sites.py" in
 model_page
   153. return admin_obj(request, rest_of_url)
 File "/tmp/django/newforms-admin/django/contrib/admin/options.py" in
 __call__
   251. return self.add_view(request)
 File "/tmp/django/newforms-admin/django/contrib/admin/options.py" in
 add_view
   504. inline_formset = FormSet()

   TypeError at /admin/crossword/puzzles/add/
   __init__() takes at least 2 arguments (1 given)

 }}}

 I verified this worked before changeset 6655.  Since it looks to be
 related to the same set of changes I figured I would just note it here vs.
 opening a different ticket.  (If it belongs in its own ticket, let me
 know, and I'll open one.)

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