mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.5.x] Fixed typo in docs/ref/signals.txt
Backport of 6fcb7ba842 from master
This commit is contained in:
parent
20295f2788
commit
ceff19805e
@ -284,7 +284,7 @@ If we connected a handler like this::
|
|||||||
|
|
||||||
and then did something like this::
|
and then did something like this::
|
||||||
|
|
||||||
>>> p = Pizza.object.create(...)
|
>>> p = Pizza.objects.create(...)
|
||||||
>>> t = Topping.objects.create(...)
|
>>> t = Topping.objects.create(...)
|
||||||
>>> p.toppings.add(t)
|
>>> p.toppings.add(t)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user