cdce5e453b
This changed excludes more querystring parameters and relies on Django's knowledge of what keys should be excluded. It basically does the same what the ChangeList class would do [1]. [1] https://github.com/django/django/blob/master/django/contrib/admin/views/main.py#L91-L102