We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b1343 commit 1614226Copy full SHA for 1614226
docs/topics/databases.rst
@@ -68,7 +68,7 @@ You can also use it as a decorator:
68
aclose_old_connections
69
----------------------
70
71
-``django.db.aclose_old_connections`` is an async wrapper around Django's
+``channels.db.aclose_old_connections`` is an async wrapper around Django's
72
``close_old_connections``. When using a long-lived ``AsyncConsumer`` that
73
calls the Django ORM it is important to call this function periodically.
74
0 commit comments