0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/docs/topics
Aymeric Augustin 83a416f5e7 Made atomic usable when autocommit is off.
Thanks Anssi for haggling until I implemented this.

This change alleviates the need for atomic_if_autocommit. When
autocommit is disabled for a database, atomic will simply create and
release savepoints, and not commit anything. This honors the contract of
not doing any transaction management.

This change also makes the hack to allow using atomic within the legacy
transaction management redundant.

None of the above will work with SQLite, because of a flaw in the design
of the sqlite3 library. This is a known limitation that cannot be lifted
without unacceptable side effects eg. triggering arbitrary commits.
2013-03-13 15:17:40 +01:00
..
auth Fixed #19394 --Added note about auth forms and custom user models. 2013-02-24 07:55:38 -08:00
class-based-views Fix Typo explicitly. Fixes #19971 2013-03-03 22:34:10 +04:00
db Made atomic usable when autocommit is off. 2013-03-13 15:17:40 +01:00
forms Fixed #19686 -- Added HTML5 number input type 2013-02-23 10:18:08 +01:00
http Fixed #19962 - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE and browsers that persist sessions. 2013-03-02 10:11:23 -05:00
i18n Fixed #19922 - Typo in translation docs. 2013-02-26 15:12:28 -05:00
testing Fixed #19997 -- Added custom EMPTY_VALUES to form fields 2013-03-07 15:22:03 +01:00
cache.txt Fixed #19253 -- Extracted template cache key building logic 2013-02-24 14:32:45 +01:00
conditional-view-processing.txt Fixed #6195 -- Documented caching options for javascript_catalog. 2013-02-25 22:29:38 +01:00
email.txt Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 2012-09-20 19:06:55 -04:00
files.txt Fixed typo. 2013-01-23 12:36:48 -08:00
index.txt Removed django.contrib.localflavor. 2012-12-29 21:59:06 +01:00
install.txt Update link to django-mssql project 2013-03-06 12:12:42 -05:00
localflavor.txt Removed django.contrib.localflavor. 2012-12-29 21:59:06 +01:00
logging.txt Fixed #19516 - Fixed remaining broken links. 2013-01-02 18:32:57 -05:00
pagination.txt Removed versionadded/changed annotations dating back to 1.4. 2012-12-29 21:59:08 +01:00
python3.txt [py3] str.decode does not exist; str.encode was intended 2013-02-26 23:28:47 +02:00
security.txt Added a new required ALLOWED_HOSTS setting for HTTP host header validation. 2013-02-19 11:23:29 -07:00
serialization.txt Merge pull request #717 from slurms/ticket_19746 2013-02-24 06:31:14 -08:00
settings.txt Fixed #19516 - Fixed remaining broken links. 2013-01-02 18:32:57 -05:00
signals.txt Fixed #19579 - Documented that "providing_args" is purely documentational. 2013-02-23 15:33:43 -05:00
signing.txt Fixed #19683 - Added a missing import in signing example. 2013-01-29 06:12:33 -05:00
templates.txt Fixed #19552 -- Enhanced makemessages handling of `{# #}`-style template comments. 2013-01-29 19:13:23 -03:00