mirror of
https://github.com/django/django.git
synced 2025-08-10 05:48:15 +00:00
[1.6.x] Removed extra p (topppings->toppings)
Backport of 946a2226ea
from master
This commit is contained in:
parent
34f4053409
commit
db98c48884
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ and then did something like this::
|
|||
>>> t = Topping.objects.create(...)
|
||||
>>> p.toppings.add(t)
|
||||
|
||||
the arguments sent to a :data:`m2m_changed` handler (``topppings_changed`` in
|
||||
the arguments sent to a :data:`m2m_changed` handler (``toppings_changed`` in
|
||||
the example above) would be:
|
||||
|
||||
============== ============================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue