Ticket #20967: 20967.diff
File 20967.diff, 541 bytes (added by , 11 years ago) |
---|
-
docs/topics/db/models.txt
diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt index b0011e1..cb75256 100644
a b For example:: 991 991 serves_pizza = models.BooleanField() 992 992 993 993 All of the fields of ``Place`` will also be available in ``Restaurant``, 994 although the data will reside in a different database table . So these are both994 although the data will reside in a different database tables. So these are both 995 995 possible:: 996 996 997 997 >>> Place.objects.filter(name="Bob's Cafe")