mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Added missing import in docs/ref/contrib/contenttypes.txt.
This commit is contained in:
parent
296b75a3c0
commit
958e4cfe42
1 changed files with 1 additions and 0 deletions
|
@ -607,6 +607,7 @@ with non-homogeneous set of results.
|
|||
|
||||
.. code-block:: pycon
|
||||
|
||||
>>> from django.contrib.contenttypes.prefetch import GenericPrefetch
|
||||
>>> bookmark = Bookmark.objects.create(url="https://www.djangoproject.com/")
|
||||
>>> animal = Animal.objects.create(name="lion", weight=100)
|
||||
>>> TaggedItem.objects.create(tag="great", content_object=bookmark)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue