Skip to content

Commit

Permalink
[1.5.x] Fixed typo in docs/ref/signals.txt
Browse files Browse the repository at this point in the history
Backport of 6fcb7ba from master
  • Loading branch information
kenbolton authored and timgraham committed Jun 27, 2013
1 parent 20295f2 commit ceff198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/signals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ If we connected a handler like this::

and then did something like this::

>>> p = Pizza.object.create(...)
>>> p = Pizza.objects.create(...)
>>> t = Topping.objects.create(...)
>>> p.toppings.add(t)

Expand Down

0 comments on commit ceff198

Please sign in to comment.