#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:
Unreviewed
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
-------------------------------------------------+--------------------------
Changes (by jkocherhans):
* owner: nobody => jkocherhans
* status: new => assigned
Comment:
Sorry about this. I'm working on a proper fix, but it isn't nearly as
simple as the ones proposed, though they *do* fix the symptoms. There's a
bit of an impedance mismatch between what I was doing before (passing in
instances as an argument to the formset constructor) and doing things
form_for_instance style. That mismatch still exists in the
{{{InlineFormset}}} class. Making formset_for_model use
{{{model._default_manager.none()}}} for the queryset is a start, but that
breaks {{{inline_formset}}}.
--
Ticket URL: <http://code.djangoproject.com/ticket/5895#comment:4>
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
-~----------~----~----~----~------~----~------~--~---