hi, I've written successfully an custom filter for the admin-interface. if I visit
http://localhost:8000/admin/usertracking/analyze/ coming from http://localhost:8000/admin/), none of the filters is applied, although it's marked as "selected" on the right side on the website. the reason is probably because you have to make a request like http://localhost:8000/admin/usertracking/analyze/?timestamp_year__isnull=True to apply the filter. how can i automatically apply the filter? the solution in my mind is hooking the changelist_view-method of the admin and manipulate request.GET. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.