mirror of
https://github.com/django/django.git
synced 2025-10-09 10:10:28 +00:00
Made Lookup and Extract available from django.db.models
This commit is contained in:
parent
b99c8d83c9
commit
08ed3c3b49
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ from django.db.models.fields.related import ( # NOQA
|
|||
from django.db.models.fields.proxy import OrderWrt # NOQA
|
||||
from django.db.models.deletion import ( # NOQA
|
||||
CASCADE, PROTECT, SET, SET_NULL, SET_DEFAULT, DO_NOTHING, ProtectedError)
|
||||
from django.db.models.lookups import Lookup, Extract # NOQA
|
||||
from django.db.models import signals # NOQA
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue