Kaydet (Commit) 946a2226 authored tarafından Brett Koonce's avatar Brett Koonce Kaydeden (comit) Tim Graham

Removed extra p (topppings->toppings)

üst 45969bde
......@@ -284,7 +284,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:
============== ============================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment