1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Corrected docs spelling of PgBouncer.

This commit is contained in:
Carlton Gibson
2020-04-01 14:48:52 +02:00
parent 1cdfe8d912
commit b1f88476db
4 changed files with 5 additions and 5 deletions

View File

@@ -644,7 +644,7 @@ Server-side cursors on PostgreSQL
---------------------------------
The change to make :meth:`.QuerySet.iterator()` use server-side cursors on
PostgreSQL prevents running Django with pgBouncer in transaction pooling mode.
PostgreSQL prevents running Django with PgBouncer in transaction pooling mode.
To reallow that, use the :setting:`DISABLE_SERVER_SIDE_CURSORS
<DATABASE-DISABLE_SERVER_SIDE_CURSORS>` setting (added in Django 1.11.1) in
:setting:`DATABASES`.