diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-02-23 13:19:49 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-02-23 13:19:49 +0000 |
| commit | 745b89f6e1a7e71a408c506497c4c66114cf1066 (patch) | |
| tree | 14f14885722829efa561fe476fce6e8f318ce1ce /docs | |
| parent | df5e1f7860a0237b7691eb6a58701b7f54327ed2 (diff) | |
Fixed #12916 -- Added a missing versionadded marker for the m2m_changed signal. Thanks to timo for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12514 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/signals.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index e6c8abec63..b01c1f0b34 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -176,6 +176,8 @@ m2m_changed .. data:: django.db.models.signals.m2m_changed :module: +.. versionadded:: 1.2 + Sent when a :class:`ManyToManyField` is changed on a model instance. Strictly speaking, this is not a model signal since it is sent by the :class:`ManyToManyField`, but since it complements the |
