mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Fixed #35547 -- Added reset_queries to django.db.__all__.
This commit is contained in:
parent
7ba2a0db20
commit
2a082d827d
@ -20,6 +20,7 @@ __all__ = [
|
|||||||
"close_old_connections",
|
"close_old_connections",
|
||||||
"connection",
|
"connection",
|
||||||
"connections",
|
"connections",
|
||||||
|
"reset_queries",
|
||||||
"router",
|
"router",
|
||||||
"DatabaseError",
|
"DatabaseError",
|
||||||
"IntegrityError",
|
"IntegrityError",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user