> problem is that few rows i have disabled. > But list filter still displays those rows as well.
Are you using the built in django admin, or something else? By "disabled" what do you mean, a change in the model or something else? Until you give us a bit more information, we are unlikely to be able to help. But here's a bet: http://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_filter The example for DecadeBornListFilter shows how you can define a custom queryset and perhaps this will allow you to filter out disabled rows. -- Andy McKay a...@clearwind.ca twitter: @andymckay -- 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.