#18530: Inconsistent error handling on admin filter url's
-------------------------------+--------------------
Reporter: david@… | Owner: nobody
Type: Bug | Status: new
Component: contrib.admin | Version: 1.4
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------
This probably isn't officially supported but there is a curious change to
error handling introduced in Django 1.4.
In 1.3 something like
{{{
/admin/app/model/?date__gte=moo
}}}
would yield e=1 and no 500 error
In 1.4 I get a 500 instead. But only for dates!
{{{
?id__gte=moo
}}}
yields a e=1
Perhaps this type of hard filtering should just be scorned all together.
But I do find it quite useful and a 500 error in such particular
situations is odd behavior. I've implemented a hack start and end date
filter which is why I've gotten this. Ugly I know.
--
Ticket URL: <https://code.djangoproject.com/ticket/18530>
Django <https://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.