Django

Code

Changeset 5577

Show
Ignore:
Timestamp:
06/30/07 23:42:46 (2 years ago)
Author:
adrian
Message:

newforms-admin: Corrected small error in _get_add_forms() docstring

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/newforms-admin/django/newforms/formsets.py

    r5473 r5577  
    4949 
    5050    def _get_add_forms(self): 
    51         """Return a list of all the change forms in this ``FormSet``.""" 
     51        """Return a list of all the add forms in this ``FormSet``.""" 
    5252        Form = self.form_class 
    5353        if not hasattr(self, '_add_forms'):