Changeset 5479
- Timestamp:
- 06/15/07 10:34:39 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/newforms-admin/django/contrib/admin/options.py
r5473 r5479 187 187 filter_vertical = () 188 188 filter_horizontal = () 189 inlines = [] 189 190 190 191 def __init__(self, model):
