summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2008-09-02 16:27:47 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2008-09-02 16:27:47 +0000
commit1156db790a27975108cb78cd49f0ee549a7da739 (patch)
tree1184a9051582e2bb45b1dea109426a56ba1d0a4e /docs/ref
parent79d2ee3b6d405674a2a49f0884312a8cdc82d809 (diff)
Added a rough draft of the 1.0 porting guide, and an obviously incomplete placeholder for the 1.0 release notes. Thanks to daonb, patrickf, and ramiro for contributions to this porting guide. Refs #8438.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8856 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/admin.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin.txt b/docs/ref/contrib/admin.txt
index e2bd39c686..645cc02916 100644
--- a/docs/ref/contrib/admin.txt
+++ b/docs/ref/contrib/admin.txt
@@ -632,6 +632,8 @@ It is important you use a ``ModelForm`` here otherwise things can break. See the
:ref:`forms <ref-forms-index>` documentation on :ref:`custom validation
<ref-forms-validation>` for more information.
+.. _admin-inlines:
+
``InlineModelAdmin`` objects
============================