From 2a082d827de05528cb976109f219ec9b00490d2d Mon Sep 17 00:00:00 2001 From: AjmalPonneth Date: Fri, 21 Jun 2024 00:50:22 +0530 Subject: [PATCH] Fixed #35547 -- Added reset_queries to django.db.__all__. --- django/db/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/django/db/__init__.py b/django/db/__init__.py index eb8118adb5..aa7d02d0f1 100644 --- a/django/db/__init__.py +++ b/django/db/__init__.py @@ -20,6 +20,7 @@ __all__ = [ "close_old_connections", "connection", "connections", + "reset_queries", "router", "DatabaseError", "IntegrityError",