django/docs/topics
Shai Berger 690a5984a3 [1.6.x] Fixed #22343 -- Disallowed select_for_update in autocommit mode
The ticket was originally about two failing tests, which are
fixed by putting their queries in transactions.

Thanks Tim Graham for the report, Aymeric Augustin for the fix,
and Simon Charette, Tim Graham & Loïc Bistuer for review.

Backport of b990df1d63 from master
2014-04-10 02:15:14 +03:00
..
auth [1.6.x] Fixed some typos in the documentation. 2014-03-02 17:21:10 +01:00
class-based-views [1.6.x] Fixed #22007 -- Fixed cbv docs - make imports consistent 2014-02-23 13:56:04 +01:00
db [1.6.x] Fixed #22343 -- Disallowed select_for_update in autocommit mode 2014-04-10 02:15:14 +03:00
forms [1.6.x] Corrected an import in a model form docs example. 2014-03-30 20:37:02 -03:00
http [1.6.x] Fixed #21941 -- Documented the kwargs param of django.conf.urls.url(). 2014-03-27 07:02:06 -04:00
i18n [1.6.x] Fixed #22262 -- Added the correct line in the last example of Translator lines 2014-03-13 14:14:40 +01:00
testing [1.6.x] Fixed #22071 -- Added a warning regarding override_settings and aliasing. 2014-02-25 10:48:51 -05:00
cache.txt [1.6.x] Fixed #22247 -- Replaced "upstream" with "downstream" in cache docs. 2014-03-24 09:19:50 -04:00
conditional-view-processing.txt [1.6.x] Fixed typo in docs/topics/conditional-view-processing.txt 2013-08-27 09:22:31 -04:00
email.txt [1.6.x] Fixed #21701 -- Improved testing doc titles and added testing/tools.txt. 2013-12-31 08:32:58 -05:00
files.txt Fixed #20604 - Fixed file example in docs. 2013-06-14 21:28:17 -04:00
index.txt Removed django.contrib.localflavor. 2012-12-29 21:59:06 +01:00
install.txt [1.6.x] Fixed #16205 -- Added an installation for Windows. 2014-04-08 11:29:02 -04:00
localflavor.txt [1.6.x] Fixed #20774 -- Mention the new django-localflavor app as a replacement for the contrib app. Backport from master. 2013-07-29 12:05:47 +02:00
logging.txt [1.6.x] Fixed #21484 -- Documented that SQL logging does not include "framework level" queries. 2013-12-31 13:03:25 -05:00
pagination.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
python3.txt [1.6.x] Updated a bunch of hyperlinks in documentation 2013-12-08 18:48:30 +01:00
security.txt [1.6.x] Added a warning regarding risks in serving user uploaded media. 2013-12-02 13:49:47 -05:00
serialization.txt small typo, example pk=27 but description pk=24 2013-05-16 15:21:18 +08:00
settings.txt Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTS 2013-06-09 15:05:15 -04:00
signals.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
signing.txt [1.6.x] Documented the limitation on sep argument to Signer 2013-10-30 08:27:19 -04:00
templates.txt [1.6.x] Fixed #21747 -- Added {% elif %} to template topics guide. 2014-01-16 07:09:15 -05:00