django1/django
François Freitag 6a2624286b [1.11.x] Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.
When a connection pooler is set up in transaction pooling mode, queries
relying on server-side cursors fail. The DISABLE_SERVER_SIDE_CURSORS
setting in DATABASES disables server-side cursors for this use case.

Backport of 88336fdbb5 from master
2017-05-06 07:45:46 -04:00
..
apps Refs #26207 -- Removed obsolete comments about deferred model classes. 2016-11-20 18:22:13 -05:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf [1.11.x] Updated core translations from Transifex 2017-04-04 11:18:06 +02:00
contrib [1.11.x] Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed. 2017-05-04 21:14:23 -04:00
core [1.11.x] Renamed "Mac OS X" to "macOS" in docs. 2017-04-24 20:51:55 -04:00
db [1.11.x] Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL. 2017-05-06 07:45:46 -04:00
dispatch Fixed #27513 -- Made Signal.send()/send_robust() a tiny bit faster. 2016-11-22 09:30:14 -05:00
forms [1.11.x] Fixed #28159 -- Fixed BaseInlineFormSet._construct_form() crash when using save_as_new. 2017-05-03 08:59:41 -04:00
http [1.11.x] Corrected http.multipartparser.exhaust() docstring. 2017-01-25 13:40:17 -05:00
middleware Refs #16859 -- Allowed storing CSRF tokens in sessions. 2016-11-30 08:57:27 -05:00
template [1.11.x] Fixed #27974 -- Kept resolved templates constant during one rendering cycle. 2017-04-03 22:32:41 -04:00
templatetags Refs #25484 -- Made non-staticfiles {% static %} tag quote its output. 2016-12-19 16:18:06 -05:00
test [1.11.x] Refs #27622 -- Fixed a regression in JSON content-type detection 2017-03-07 17:00:20 +01:00
urls Fixed #27713 -- Clarified NoReverseMatch error message when no view is found. 2017-01-11 21:40:18 -05:00
utils [1.11.x] Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs. 2017-04-04 10:46:50 -04:00
views [1.11.x] Fixed #28122 -- Fixed crash when overriding views.static.directory_index()'s template. 2017-04-25 11:01:34 -04:00
__init__.py [1.11.x] Corrected post-release version bump. 2017-04-04 12:20:37 -04:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Fixed #10532 -- Relaxed hard-type checking in get_object/list_or_404 shortcuts 2016-03-29 21:34:20 +02:00