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

@@ -10,7 +10,7 @@ Allowed disabling server-side cursors on PostgreSQL
===================================================
The change in Django 1.11 to make :meth:`.QuerySet.iterator()` use server-side
cursors on PostgreSQL prevents running Django with pgBouncer in transaction
cursors on 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 in :setting:`DATABASES`.