1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

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

@@ -114,6 +114,13 @@ Django 1.6 adds support for savepoints in SQLite, with some :ref:`limitations
A new :class:`django.db.models.BinaryField` model field allows to store raw
binary data in the database.
GeoDjango form widgets
~~~~~~~~~~~~~~~~~~~~~~
GeoDjango now provides :ref:`form fields and widgets <ref-gis-forms-api>` for
its geo-specialized fields. They are OpenLayers-based by default, but they can
be customized to use any other JS framework.
Minor features
~~~~~~~~~~~~~~