#14312: list_editable causes 500s for ?p>maximum
-------------------------------------------+--------------------------------
Reporter: Tuttle | Owner: nobody
Status: new | Milestone: 1.3
Component: django.contrib.admin | Version: SVN
Resolution: | Keywords:
Stage: Accepted | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------------+--------------------------------
Changes (by mk):
* needs_better_patch: => 0
* needs_tests: => 0
* milestone: => 1.3
* needs_docs: => 0
* has_patch: 0 => 1
* stage: Unreviewed => Accepted
Comment:
I see two possible approaches to fix this problem:
1. Return an EmptyQuerySet instead of a tuple. The changelist still shows
up, but is empty (at least it does not crash).
2. Raise an IncorrectLookupParameters exception, all GET parameters are
reset.
Assigning milestone 1.3, because this is a reproducible bug which always
crashes with a 500 Internal Server Error.
--
Ticket URL: <http://code.djangoproject.com/ticket/14312#comment:1>
Django <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.