Ken Bolton %!s(int64=11) %!d(string=hai) anos
pai
achega
6fcb7ba842
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/ref/signals.txt

+ 1 - 1
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)