Fixed #5472 --Added OpenLayers-based widgets in contrib.gis

Largely inspired from django-floppyforms. Designed to not depend
on OpenLayers at code level.
This commit is contained in:
Claude Paroz 2013-03-16 11:39:18 +01:00
parent d4d1145632
commit b16b72d415
12 changed files with 931 additions and 20 deletions

View file

@ -30,6 +30,8 @@ exception or returns the clean value::
...
ValidationError: [u'Enter a valid email address.']
.. _core-field-arguments:
Core field arguments
--------------------