Changeset 6764
- Timestamp:
- 11/29/07 23:07:28 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/newforms-admin/django/contrib/admin/widgets.py
r6457 r6764 63 63 class AdminFileWidget(forms.FileInput): 64 64 """ 65 A FileField Widget that shows it 's current value if it has one65 A FileField Widget that shows its current value if it has one. 66 66 """ 67 67 def __init__(self, attrs={}):
