diff options
| author | antoliny0919 <antoliny0919@gmail.com> | 2025-05-15 10:49:01 +0900 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-05-15 15:48:00 +0200 |
| commit | a79c411147800a60169ea943545686cd9261cdc5 (patch) | |
| tree | 61be6f30350f956064bd6349e46ca00593f163a0 /docs/ref | |
| parent | e52100a2508ecbb105926128ce80f4ef04bb3c95 (diff) | |
Added missing import in docs/ref/contrib/admin/index.txt.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 1f4e5eafbb..d15b44d083 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -2658,6 +2658,7 @@ It is possible to use an inline with generically related objects. Let's say you have the following models:: from django.contrib.contenttypes.fields import GenericForeignKey + from django.contrib.contenttypes.models import ContentType from django.db import models |
