| Home | Trees | Indices | Help |
|---|
|
|
FilterSpec encapsulates the logic for displaying filters in the Django admin. Filters are specified in models with the "list_filter" option.
Each filter subclass knows how to display a filter for a field that passes a certain test -- e.g. being a DateField or ForeignKey.
|
|||
| FilterSpec | |||
| RelatedFilterSpec | |||
| ChoicesFilterSpec | |||
| DateFieldFilterSpec | |||
| BooleanFieldFilterSpec | |||
| AllValuesFilterSpec | |||
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 17 18:52:12 2008 | http://epydoc.sourceforge.net |