Ticket #9130: gis_admin_widgets_typo.diff
File gis_admin_widgets_typo.diff, 559 bytes (added by , 16 years ago) |
---|
-
django/contrib/gis/admin/widgets.py
13 13 14 14 # Defaulting the WKT value to a blank string -- this 15 15 # will be tested in the JavaScript and the appropriate 16 # interfa ace will be constructed.16 # interface will be constructed. 17 17 self.params['wkt'] = '' 18 18 19 19 # If a string reaches here (via a validation error on another