On 7/29/06, jws <[EMAIL PROTECTED]> wrote: > Is it currently possible to create filters in the admin interface that > limit the displayed items by a criteria applied to a datefield?
It's not possible at the moment to create custom filters, but this is on the to-do list for the (figurative) version 2.0 of the admin site. In the mean time, you can add "&end_date__lt=2006-08-03" to the URL of the changelist page, and the objects will filter. The query string accepts any lookup-style argument that the database API uses. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---