django1/docs/ref/models
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
..
class.txt Fixed #22019 -- Added Model.objects reference documentation. 2014-05-17 08:32:05 -04:00
conditional-expressions.txt Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter(). 2016-11-17 12:39:35 -05:00
database-functions.txt Replaced RawSQL with Cast in Coalesce doc example. 2016-11-30 12:08:26 -05:00
expressions.txt [1.11.x] Removed self from method signatures in docs. 2017-03-16 20:34:15 -04:00
fields.txt [1.11.x] Removed nonexistent methods from File's docs. 2017-04-25 20:17:31 -04:00
index.txt Fixed #26709 -- Added class-based indexes. 2016-06-27 10:41:01 -04:00
indexes.txt [1.11.x] Removed extra characters in docs header underlines. 2017-03-20 18:31:28 -04:00
instances.txt Made cosmetic edits to the "What happens when you save?" docs. 2016-12-17 10:24:08 -05:00
lookups.txt [1.11.x] Removed self from method signatures in docs. 2017-03-16 20:34:15 -04:00
meta.txt Fixed #25461 -- Corrected meta API code examples to account for MTI. 2016-07-06 09:28:37 -04:00
options.txt [1.11.x] Removed extra characters in docs header underlines. 2017-03-20 18:31:28 -04:00
querysets.txt [1.11.x] Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL. 2017-05-06 07:45:46 -04:00
relations.txt Fixed #26706 -- Made RelatedManager modification methods clear prefetch_related() cache. 2016-08-05 13:32:27 -04:00