This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
349c4c37f8
django1
/
django
/
contrib
/
gis
/
forms
History
Claude Paroz
41eb70f762
Fixed
#15271
-- Defined a to_python method for GeometryField
...
Thanks volrath and copelco for their work on the patch.
2012-06-19 14:55:40 +02:00
..
__init__.py
Fixed
#10660
-- `GeometryField` no longer requires `srid`/`null` keywords, and now respects `required`; coordinate transformations now done inside `gis.forms.GeometryField` -- benefit being that `OSMGeoAdmin` no longer requires 900913 entry in `spatial_ref_sys` thus enabling it to work with MySQL/Oracle spatial backends; added tests for geographic forms.
2009-04-25 18:24:32 +00:00
fields.py
Fixed
#15271
-- Defined a to_python method for GeometryField
2012-06-19 14:55:40 +02:00