Changeset 6025
- Timestamp:
- 08/30/07 00:33:45 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/newforms-admin/django/contrib/admin/options.py
r5997 r6025 119 119 raw_id_fields = () 120 120 fields = None 121 121 filter_vertical = () 122 filter_horizontal = () 122 123 def formfield_for_dbfield(self, db_field, **kwargs): 123 124 """ … … 178 179 ordering = None 179 180 prepopulated_fields = {} 180 filter_vertical = ()181 filter_horizontal = ()182 181 inlines = [] 183 182
