Django

Code

Show
Ignore:
Timestamp:
08/05/08 12:15:33 (4 months ago)
Author:
jbronn
Message:

gis: Merged revisions 7981-8001,8003-8011,8013-8033,8035-8036,8038-8039,8041-8063,8065-8076,8078-8139,8141-8154,8156-8214 via svnmerge from trunk.

Files:

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  
    66from django.utils.translation import ugettext, ungettext 
    77from django.utils.encoding import smart_unicode, force_unicode 
    8 from django.utils.maxlength import LegacyMaxlength 
    98 
    109FORM_FIELD_ID_PREFIX = 'id_' 
     
    305304    for rending the form field in XHTML. 
    306305    """ 
    307     # Provide backwards compatibility for the maxlength attribute and 
    308     # argument for this class and all subclasses. 
    309     __metaclass__ = LegacyMaxlength 
    310306 
    311307    def __str__(self):