| 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 | |||
Imports: models, smart_unicode, iri_to_uri, _, escape, mark_safe, datetime
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Fri Dec 14 15:24:02 2007 | http://epydoc.sourceforge.net |