Hi guys,

Is there a way, or at least some talk about make complex filters on
the admin interface? See my use case:

I have a list of cities and I already do a "list_filter" to the
provinces. My cities queryset do an aggregation to append the people
count for each city, I want to have a list_filter that separate cities
from 0 to 100k, from 100k to 200k people, etc..

I can do manually:

/admin/app/city/?locals__gt=100000
/admin/app/city/?locals__gt=200000

I want a way to create links for these urls. A "has city" could be
enough:

/admin/app/city/?locals__gt=0

Is there a way to make this today? Are you planning something on it?

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to