diff options
| author | Mikkel Munch Mortensen <3xm@detfalskested.dk> | 2016-04-07 13:53:30 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-04-07 13:53:54 -0400 |
| commit | 92d77f31606e5fb2b1a5d0963fed0433d766a920 (patch) | |
| tree | c9fcacc6054b4d2570e6b8b690759295c09b94b6 /docs | |
| parent | 1920d4d5a8d69a488b59c7c4cd4f80a514fe2df8 (diff) | |
[1.9.x] Fixed #26477 -- Fixed typo in docs/ref/contrib/contenttypes.txt
Backport of 4bb3ddbcc674601743c63311d7efbf0e1fd19742 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/contenttypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/contenttypes.txt b/docs/ref/contrib/contenttypes.txt index 6e71b52ec1..f100864236 100644 --- a/docs/ref/contrib/contenttypes.txt +++ b/docs/ref/contrib/contenttypes.txt @@ -396,7 +396,7 @@ Defining :class:`~django.contrib.contenttypes.fields.GenericRelation` with This enables filtering, ordering, and other query operations on ``Bookmark`` from ``TaggedItem``:: - >>> # Get all tags belonging to books containing `django` in the url + >>> # Get all tags belonging to bookmarks containing `django` in the url >>> TaggedItem.objects.filter(bookmarks__url__contains='django') [<TaggedItem: django>, <TaggedItem: python>] |
