Ahoj Martin, On Mon, 07 Mar 2011 12:49:32 +0100, Martin Tiršel <[email protected]> wrote: > When I use filter in Django admin (that produces URL > .../admin/appname/booltest/?completed__exact=False), I get results which > are with completed=True. This is the SQL query generated by Django > admin:
It's the wrong URL, you should use .../admin/appname/booltest/?completed__exact=False (or has this changed since 1.1?) Is there really a link somewhere in the admin to the "...=False" link, or did you try to guess it? Kind regards Michael -- You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en.

