From 4246c832b6f8166b7ea06f55ab54a7c23307f49a Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Mon, 23 Mar 2009 23:25:03 +0000 Subject: Added 1.1 beta release notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10130 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/admin/index.txt | 2 ++ docs/ref/databases.txt | 2 +- docs/ref/models/querysets.txt | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/ref') 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)`` ~~~~~~~~~~~~~~~~~~ -- cgit v1.3