summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2011-11-16 21:04:28 +0000
committerAymeric Augustin <aymeric.augustin@m4x.org>2011-11-16 21:04:28 +0000
commit1adf8d438654cd91b0f5b77119e8dbf67dc975ce (patch)
tree01310340f25bb11cac70640ba50b52b3380d5c3a /docs/topics
parent6d5f19ce82c806574a40d710d84c8e7360bc9398 (diff)
Fixed #17240 -- Replaced links to the online version of the docs by internal references.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17100 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/db/models.txt3
-rw-r--r--docs/topics/templates.txt2
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt
index f907c23fe3..65b2d59229 100644
--- a/docs/topics/db/models.txt
+++ b/docs/topics/db/models.txt
@@ -324,11 +324,10 @@ whatever you want. For example::
should work; all are optional.
For details on accessing backwards-related objects, see the
- `Following relationships backward example`_.
+ :ref:`Following relationships backward example <backwards-related-objects>`.
For sample code, see the `Many-to-one relationship model tests`_.
- .. _Following relationships backward example: http://docs.djangoproject.com/en/dev/topics/db/queries/#backwards-related-objects
.. _Many-to-one relationship model tests: http://code.djangoproject.com/browser/django/trunk/tests/modeltests/many_to_one
Many-to-many relationships
diff --git a/docs/topics/templates.txt b/docs/topics/templates.txt
index 719fc67f31..17e5d6944e 100644
--- a/docs/topics/templates.txt
+++ b/docs/topics/templates.txt
@@ -556,6 +556,8 @@ to any variable that needs escaping. When auto-escaping is on, there's no
danger of the :tfilter:`escape` filter *double-escaping* data -- the
:tfilter:`escape` filter does not affect auto-escaped variables.
+.. _string-literals-and-automatic-escaping:
+
String literals and automatic escaping
--------------------------------------