Changeset 5577
- Timestamp:
- 06/30/07 23:42:46 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/newforms-admin/django/newforms/formsets.py
r5473 r5577 49 49 50 50 def _get_add_forms(self): 51 """Return a list of all the changeforms in this ``FormSet``."""51 """Return a list of all the add forms in this ``FormSet``.""" 52 52 Form = self.form_class 53 53 if not hasattr(self, '_add_forms'):
