Ticket #9130: gis_admin_widgets_typo.diff

File gis_admin_widgets_typo.diff, 559 bytes (added by Torsten Rehn, 16 years ago)
  • django/contrib/gis/admin/widgets.py

     
    1313
    1414        # Defaulting the WKT value to a blank string -- this
    1515        # will be tested in the JavaScript and the appropriate
    16         # interfaace will be constructed.
     16        # interface will be constructed.
    1717        self.params['wkt'] = ''
    1818
    1919        # If a string reaches here (via a validation error on another
Back to Top