summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/admin/index.txt2
-rw-r--r--docs/ref/databases.txt2
-rw-r--r--docs/ref/models/querysets.txt2
3 files changed, 5 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 1bcd31bc01..7766017bc4 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -411,6 +411,8 @@ the change list page::
Finally, note that in order to use ``list_display_links``, you must define
``list_display``, too.
+.. _admin-list-editable:
+
``list_editable``
~~~~~~~~~~~~~~~~~
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 145c733cc7..63f78f7954 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -13,7 +13,7 @@ This file describes some of the features that might be relevant to Django
usage. Of course, it is not intended as a replacement for server-specific
documentation or reference manuals.
-.. postgresql-notes:
+.. _postgresql-notes:
PostgreSQL notes
================
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
index deb1c0104d..034ed6640b 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -768,6 +768,8 @@ of the arguments is required, but you should use at least one of them.
Entry.objects.extra(where=['headline=%s'], params=['Lennon'])
+.. _queryset-defer:
+
``defer(*fields)``
~~~~~~~~~~~~~~~~~~