Typo in tutorial

This commit is contained in:
Bart Gryszko 2016-02-11 11:52:44 +01:00
parent 6853142232
commit 8c2d37de32

View File

@ -133,7 +133,7 @@ The filtering functionality is provided by
for details on the format for `filter_fields`.
Note that the above `Query` class is marked as 'abstract'. This is because we
want will now create a project-level query which will combine all our app-level
will now create a project-level query which will combine all our app-level
queries.
Create the parent project-level `cookbook/schema.py`: