[1.9.x] Fixed #26477 -- Fixed typo in docs/ref/contrib/contenttypes.txt
Backport of 4bb3ddbcc674601743c63311d7efbf0e1fd19742 from master
This commit is contained in:
parent
1920d4d5a8
commit
92d77f3160
@ -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>]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user