Changeset 8215 for django/branches/gis/django/oldforms
- Timestamp:
- 08/05/08 12:15:33 (4 months ago)
- Files:
-
- django/branches/gis (modified) (1 prop)
- django/branches/gis/django/oldforms/__init__.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/gis
- Property svnmerge-integrated changed from /django/trunk:1-7978 to /django/trunk:1-8214
django/branches/gis/django/oldforms/__init__.py
r7918 r8215 6 6 from django.utils.translation import ugettext, ungettext 7 7 from django.utils.encoding import smart_unicode, force_unicode 8 from django.utils.maxlength import LegacyMaxlength9 8 10 9 FORM_FIELD_ID_PREFIX = 'id_' … … 305 304 for rending the form field in XHTML. 306 305 """ 307 # Provide backwards compatibility for the maxlength attribute and308 # argument for this class and all subclasses.309 __metaclass__ = LegacyMaxlength310 306 311 307 def __str__(self):
