Changeset 6179
- Timestamp:
- 09/14/07 03:29:51 (1 year ago)
- Files:
-
- django/trunk/docs/model-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/model-api.txt
r6109 r6179 1551 1551 Set ``list_filter`` to activate filters in the right sidebar of the change list 1552 1552 page of the admin. This should be a list of field names, and each specified 1553 field should be either a ``BooleanField``, `` DateField``, ``DateTimeField``1554 or ``ForeignKey``. 1553 field should be either a ``BooleanField``, ``CharField``, ``DateField``, 1554 ``DateTimeField``, ``IntegerField`` or ``ForeignKey``. 1555 1555 1556 1556 This example, taken from the ``django.contrib.auth.models.User`` model, shows
