#14467: AllValuesFilterSpec does not work with Null
---------------------------+------------------------------------------------
Reporter: oyvind | Owner: nobody
Status: new | Milestone: 1.3
Component: Uncategorized | Version: SVN
Keywords: | Stage: Unreviewed
Has_patch: 0 |
---------------------------+------------------------------------------------
!AllValuesFilterSpec does not make the proper !__isnull query for nullable
/ None values.
{{{
<a href="?field=None">None</a>
Only redirects to ?e=1
}}}
Would expect the link to be
{{{
<a href="?field__isnull=1">None</a>
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/14467>
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.