Hi, This ticket is about making `FieldListFilter`s specified in `ModelAdmin.list_filter` alive in sense that they change according to what is currently displayed in changelist.
https://code.djangoproject.com/ticket/19755 So these new (incremental) filters will contain only choices which when clicked will result in non-empty changelist. With submitted patch you can just add `list_filter_incremental = True` on your ModelAdmin. There are no UI changes - I don't have an opinion as to if there should be any. So is anyone into this idea? I'll be glad to improve the patch. -Przemek -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
