I need to filter a class (with list_filter) to get all objects with "myfield" (a date field) with month = january Instead of using a complex custom filter, i would like to create a simple filter to link to the following url:
/admin/myobject/myfield__month=1 How would i do that? Do i have to create filters.py or something like that? Or can i just link to the url above? Thanks in advance -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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.