This commit is contained in:
Ken Bolton 2013-06-27 12:39:50 -04:00
parent f325f86971
commit 6fcb7ba842
1 changed files with 1 additions and 1 deletions

View File

@ -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)