summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2009-03-23 23:25:03 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2009-03-23 23:25:03 +0000
commit4246c832b6f8166b7ea06f55ab54a7c23307f49a (patch)
treee4bef35b0f3e130aa93ce2f51d926dca6a87dd18 /docs/topics
parentcdc8c61bc3b7ba3e9b7316ae7ab1a65756ef79a2 (diff)
Added 1.1 beta release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10130 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/db/models.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt
index cb0501faa6..7945dde451 100644
--- a/docs/topics/db/models.txt
+++ b/docs/topics/db/models.txt
@@ -1117,6 +1117,8 @@ containing the new managers and inherit that after the primary base class::
You probably won't need to do this very often, but, when you do, it's
possible.
+.. _proxy-vs-unmanaged-models:
+
Differences between proxy inheritance and unmanaged models
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~