We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f3218 commit de821e8Copy full SHA for de821e8
3 files changed
docs/source/ref/contrib/gis.rst
@@ -0,0 +1,15 @@
1
+=========
2
+GeoDjango
3
4
+
5
+GeoDjango intends to be a world-class geographic web framework. Its goal is to
6
+make it as easy as possible to build GIS web applications and harness the power
7
+of spatially enabled data.
8
9
10
+Limitations
11
+===========
12
13
+- No support for RasterField
14
+- No exotic SRIDs
15
+- Database functions and lookups not supported
docs/source/ref/contrib/index.rst
@@ -0,0 +1,10 @@
+====================
+``contrib`` packages
+Notes for Django's :doc:`django:ref/contrib/index` live here.
+.. toctree::
+ :maxdepth: 1
+ gis
docs/source/ref/index.rst
@@ -7,6 +7,7 @@ API reference
models/index
forms
+ contrib/index
database
django-admin
utils
0 commit comments