Author: adrian
Date: 2007-02-14 21:46:43 -0600 (Wed, 14 Feb 2007)
New Revision: 4520
Modified:
django/trunk/django/newforms/forms.py
Log:
Added empty space in newforms BaseForm.__init__() to visually group a lengthy
comment with the code that it's commenting
Modified: django/trunk/django/newforms/forms.py
===================================================================
--- django/trunk/django/newforms/forms.py 2007-02-15 03:37:25 UTC (rev
4519)
+++ django/trunk/django/newforms/forms.py 2007-02-15 03:46:43 UTC (rev
4520)
@@ -61,6 +61,7 @@
self.prefix = prefix
self.initial = initial or {}
self.__errors = None # Stores the errors after clean() has been called.
+
# The base_fields class attribute is the *class-wide* definition of
# fields. Because a particular *instance* of the class might want to
# alter self.fields, we create self.fields here by copying base_fields.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---