1
0
mirror of https://github.com/django/django.git synced 2025-03-14 03:10:45 +00:00

[5.1.x] Fixed #35547 -- Added reset_queries to django.db.__all__.

Backport of 2a082d827de05528cb976109f219ec9b00490d2d from main.
This commit is contained in:
AjmalPonneth 2024-06-21 00:50:22 +05:30 committed by Sarah Boyce
parent 9143ecfd8b
commit 56180fb5ff

View File

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