Adrian posted an idea that would actually be very neat and solve your problem too. Check out http://code.djangoproject.com/ticket/3987. I started some work on a better patch using the ModelAdmin hooks, but don't think I will be getting it done very soon. But a starting place none the less ;)
On Jun 22, 12:00 pm, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > I haven't been tracking the newforms-admin branch, so this may already > be done, but I think it'd be a good idea to allow querysets (or Q's) > to be used for list_filter. > > For example, I'd like to make it easy for an admin to see just the > list of un-geocoded objects, which is where latitude == None (or > similar). > > I think Q's are probably a better choice since they can be composed > for multiple active filters (like pub_date and status). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
