Skip to content

Commit 1614226

Browse files
dillon-labamicarltongibson
authored andcommitted
fix aclose_old_connections reference in docs
1 parent 56b1343 commit 1614226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/databases.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ You can also use it as a decorator:
6868
aclose_old_connections
6969
----------------------
7070

71-
``django.db.aclose_old_connections`` is an async wrapper around Django's
71+
``channels.db.aclose_old_connections`` is an async wrapper around Django's
7272
``close_old_connections``. When using a long-lived ``AsyncConsumer`` that
7373
calls the Django ORM it is important to call this function periodically.
7474

0 commit comments

Comments
 (0)