#5895: inline-edit performance problem after changeset 6655
-------------------------------------------------+--------------------------
Reporter: Karen Tracey <[EMAIL PROTECTED]> | Owner: nobody
Status: new | 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 mtredinnick):
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
The problem you're fixing here is best fixed by making {{{__nonzero__}}}
on !QuerySets not have to read more than just the first line of the result
set. However, that won't land on trunk until queryset-refactor is done, so
this is probably a reasonable temporary workaround. Fortunately, it won't
be needed everywhere we do "if queryset" for ever and a day because we are
fixing the root problem.
--
Ticket URL: <http://code.djangoproject.com/ticket/5895#comment:1>
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
-~----------~----~----~----~------~----~------~--~---