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,
>>
>>
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