Skip to content

Commit a79c411

Browse files
Antoliny0919sarahboyce
authored andcommitted
Added missing import in docs/ref/contrib/admin/index.txt.
1 parent e52100a commit a79c411

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/ref/contrib/admin/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2658,6 +2658,7 @@ It is possible to use an inline with generically related objects. Let's say
26582658
you have the following models::
26592659

26602660
from django.contrib.contenttypes.fields import GenericForeignKey
2661+
from django.contrib.contenttypes.models import ContentType
26612662
from django.db import models
26622663

26632664

0 commit comments

Comments
 (0)