Admin list_filter doesn't work for BooleanField with MySQL
If list_filter is used on a boolean field it always shows all records which has field=False whatever i select "yes" or "no". "All" does work. I was able to reproduce this bug in the admin/auth/users view. When using postgresql on the same machine the filter works as expected. If you need more informations let me know.
This is with
mysql-server 4.1.12-1ubuntu1
python2.4-mysqldb 1.2.1c3-1ubuntu1
Change History
(7)
Summary: |
list_filter does not work with mysql → Admin list_filter doesn't work for BooleanField with MySQL
|
Severity: |
blocker → normal
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
I believe this is fixed as of [804].