The float values of the model field are displayed as list filter links in
the Django admin, but the period in the float value is not URL encoded, so
the request fails and reverts to an unfiltered list.
--
Ticket URL: <https://code.djangoproject.com/ticket/29035>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: Nolan Love (added)
* type: Uncategorized => Bug
* component: Uncategorized => contrib.admin
--
Ticket URL: <https://code.djangoproject.com/ticket/29035#comment:1>
* status: new => closed
* resolution: => needsinfo
Comment:
Trying the steps you outlined, I couldn't reproduce a problem. Could you
provide a sample project that demonstrates the issue? I see a query string
like `?f_votes=1.0` which seems to filter just fine.
--
Ticket URL: <https://code.djangoproject.com/ticket/29035#comment:2>