mirror of
https://github.com/django/django.git
synced 2025-12-10 03:10:10 +00:00
Fixed broken URLs introduced in 1adc87cd32.
This commit is contained in:
parent
ea28bc2688
commit
e9a56606e7
10 changed files with 12 additions and 12 deletions
|
|
@ -147,7 +147,7 @@ Via the Python API
|
|||
which lives in `django/contrib/flatpages/models.py`_. You can access
|
||||
flatpage objects via the :doc:`Django database API </topics/db/queries>`.
|
||||
|
||||
.. _django/contrib/flatpages/models.py: https://github.com/django/django/tree/master/django/django/contrib/flatpages/models.py
|
||||
.. _django/contrib/flatpages/models.py: https://github.com/django/django/blob/master/django/contrib/flatpages/models.py
|
||||
|
||||
.. currentmodule:: django.contrib.flatpages
|
||||
|
||||
|
|
|
|||
|
|
@ -215,7 +215,7 @@ Then distance queries may be performed as follows::
|
|||
>>> qs = SouthTexasCity.objects.filter(point__distance_gte=(pnt, D(mi=20)))
|
||||
>>> qs = SouthTexasCity.objects.filter(point__distance_gte=(pnt, D(chain=100)))
|
||||
|
||||
__ https://github.com/django/django/tree/master/django/django/contrib/gis/tests/distapp/models.py
|
||||
__ https://github.com/django/django/blob/master/django/contrib/gis/tests/distapp/models.py
|
||||
|
||||
.. _compatibility-table:
|
||||
|
||||
|
|
|
|||
|
|
@ -736,7 +736,7 @@ the distance from the `Tasmanian`__ city of Hobart to every other
|
|||
in kilometers. See the :ref:`ref-measure` for usage details and the list of
|
||||
:ref:`supported_units`.
|
||||
|
||||
__ https://github.com/django/django/tree/master/django/django/contrib/gis/tests/distapp/models.py
|
||||
__ https://github.com/django/django/blob/master/django/contrib/gis/tests/distapp/models.py
|
||||
__ http://en.wikipedia.org/wiki/Tasmania
|
||||
|
||||
``length``
|
||||
|
|
|
|||
|
|
@ -67,4 +67,4 @@ Via the Python API
|
|||
which lives in `django/contrib/redirects/models.py`_. You can access redirect
|
||||
objects via the :doc:`Django database API </topics/db/queries>`.
|
||||
|
||||
.. _django/contrib/redirects/models.py: https://github.com/django/django/tree/master/django/django/contrib/redirects/models.py
|
||||
.. _django/contrib/redirects/models.py: https://github.com/django/django/blob/master/django/contrib/redirects/models.py
|
||||
|
|
|
|||
|
|
@ -897,7 +897,7 @@ For example, to create an Atom 1.0 feed and print it to standard output::
|
|||
...
|
||||
</feed>
|
||||
|
||||
.. _django/utils/feedgenerator.py: https://github.com/django/django/tree/master/django/django/utils/feedgenerator.py
|
||||
.. _django/utils/feedgenerator.py: https://github.com/django/django/blob/master/django/utils/feedgenerator.py
|
||||
|
||||
.. currentmodule:: django.contrib.syndication
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue