2010-03-26 21:14:53 +01:00
|
|
|
======================
|
|
|
|
GeoDjango's admin site
|
|
|
|
======================
|
|
|
|
|
|
|
|
.. module:: django.contrib.gis.admin
|
2016-02-19 08:31:25 +01:00
|
|
|
:synopsis: GeoDjango's extensions to the admin site.
|
2010-03-26 21:14:53 +01:00
|
|
|
|
2020-12-09 18:12:56 +01:00
|
|
|
``GISModelAdmin``
|
|
|
|
=================
|
|
|
|
|
|
|
|
.. class:: GISModelAdmin
|
|
|
|
|
|
|
|
.. attribute:: gis_widget
|
|
|
|
|
|
|
|
The widget class to be used for
|
|
|
|
:class:`~django.contrib.gis.db.models.GeometryField`. Defaults to
|
|
|
|
:class:`~django.contrib.gis.forms.widgets.OSMWidget`.
|
|
|
|
|
|
|
|
.. attribute:: gis_widget_kwargs
|
|
|
|
|
|
|
|
The keyword arguments that would be passed to the :attr:`gis_widget`.
|
|
|
|
Defaults to an empty dictionary.
|