Re: Admin changelist turns QueryDict into dict

2016-12-01 Thread Jonas von Poser
seeing if Django's test suite still passes. All the information you > should need is at > https://docs.djangoproject.com/en/dev/internals/contributing/ . > > On Wednesday, November 30, 2016 at 9:17:49 PM UTC, Jonas von Poser wrote: >> >> Hi everybody, >> >>

Admin changelist turns QueryDict into dict

2016-11-30 Thread Jonas von Poser
Hi everybody, we've run into an interesting situation: we implemented a custom SimpleListFilter for the admin which presents the choices as a list of checkboxes. Pressing "submit" sends the list to the backend for filtering. Unfortunately, this doesn't really work well and it took us a while to