summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2009-11-04 15:01:41 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2009-11-04 15:01:41 +0000
commit2c609b40199f75c52ae915ad07cf36f72a8f1f6c (patch)
tree29bac935ac7de829984f52a0937eafff2d0ef3db /docs
parent90a9f81d377b17c0df08faac5aa0fdd412508123 (diff)
Added version indicator to docs for m2m inline change introduced in r11712.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11722 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/admin/index.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 0ed3286d48..3dd7856267 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -1051,6 +1051,8 @@ automatically::
Working with Many-to-Many Models
--------------------------------
+.. versionadded:: 1.2
+
By default, admin widgets for many-to-many relations will be displayed
on whichever model contains the actual reference to the ``ManyToManyField``.
Depending on your ``ModelAdmin`` definition, each many-to-many field in your