1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #32720 -- Fixed some broken links in docs.

This commit is contained in:
Nick Pope
2021-04-27 16:38:57 +01:00
committed by Mariusz Felisiak
parent 1c3bbcf802
commit 7c4ee487c7
10 changed files with 12 additions and 14 deletions

View File

@@ -347,8 +347,8 @@ For full details, see :ref:`the documentation on defining URL namespaces
GeoDjango
---------
In Django 1.1, GeoDjango_ (i.e. ``django.contrib.gis``) has several new
features:
In Django 1.1, :doc:`GeoDjango </ref/contrib/gis/index>` (i.e.
``django.contrib.gis``) has several new features:
* Support for SpatiaLite_ -- a spatial database for SQLite -- as a spatial
backend.
@@ -363,7 +363,6 @@ features:
For more details, see the GeoDjango documentation.
.. _geodjango: http://geodjango.org/
.. _spatialite: https://www.gaia-gis.it/gaia-sins/
Other improvements