jazzband / dj-database-url

Use Database URLs in your Django Application.
https://pypi.org/project/dj-database-url/
BSD 3-Clause "New" or "Revised" License
1.48k stars 205 forks source link

Add support for the DISABLE_SERVER_SIDE_CURSORS setting #106

Closed codeadict closed 5 years ago

codeadict commented 6 years ago

To allow that the use of DISABLE_SERVER_SIDE_CURSORS setting (added in Django 1.11.1). See https://docs.djangoproject.com/en/2.0/ref/settings/#disable-server-side-cursors for reference.

jacobian commented 5 years ago

As with #117, I can't see an elegant way of doing this, so I'm closing. If you figure something out, let's move it over to #117 and re-open, since it's a general thing.