diff options
| author | Ken Bolton <ken@bscientific.org> | 2013-06-27 12:39:50 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-06-27 17:53:54 -0400 |
| commit | ceff19805e9624a37819c09bcbaa278cf2b8b08d (patch) | |
| tree | 3ef521cddc637cf966b22e55d121959e6b21b1a4 /docs | |
| parent | 20295f278815598858ada0096324f77088a0df52 (diff) | |
[1.5.x] Fixed typo in docs/ref/signals.txt
Backport of 6fcb7ba842 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/signals.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index c17bfaf77e..7cce1b7b7a 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -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) |
