What I think you want to use is this: http://django.me/f
In your case something like
Item.objects.filter(container__permissions__extraSetting=F('extraSetting'))
Michal
are you referring to this:
https://docs.djangoproject.com/en/1.3/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_filter
which is normally added to admin.py
--
regards
Kenneth Gonsalves
--
regards
Kenneth Gonsalves
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.