1
0
mirror of https://github.com/django/django.git synced 2025-03-13 10:50:55 +00:00

Fixed #35547 -- Added reset_queries to django.db.__all__.

This commit is contained in:
AjmalPonneth 2024-06-21 00:50:22 +05:30 committed by Sarah Boyce
parent 7ba2a0db20
commit 2a082d827d

View File

@ -20,6 +20,7 @@ __all__ = [
"close_old_connections",
"connection",
"connections",
"reset_queries",
"router",
"DatabaseError",
"IntegrityError",