summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2013-03-14Deprecated django.views.defaults.shortcut.Aymeric Augustin
2013-03-13Fixed #20032 -- Documented how to simulate the absence of a settingClaude Paroz
2013-03-13Fixed an erroneous import in example code.Pablo Sanfilippo
2013-03-13Proof-read and adjusted the transactions docs.Aymeric Augustin
2013-03-13Made atomic usable when autocommit is off.Aymeric Augustin
2013-03-11Improved the API of set_autocommit.Aymeric Augustin
2013-03-11Used commit_on_success_unless_managed to make ORM operations atomic.Aymeric Augustin
2013-03-11Added an option to disable the creation of savepoints in atomic.Aymeric Augustin
2013-03-11Added a note about long-running processes.Aymeric Augustin
2013-03-11Added an explanation of transactions and grouped low-level APIs.Aymeric Augustin
2013-03-11Updated the documentation for savepoints.Aymeric Augustin
2013-03-11Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.Aymeric Augustin
2013-03-11Added some assertions to enforce the atomicity of atomic.Aymeric Augustin
2013-03-11Implemented an 'atomic' decorator and context manager.Aymeric Augustin
2013-03-11Added support for savepoints in SQLite.Aymeric Augustin
2013-03-11Enabled database-level autocommit for all backends.Aymeric Augustin
2013-03-11Added an API to control database-level autocommit.Aymeric Augustin
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-03-07Fixed #19997 -- Added custom EMPTY_VALUES to form fieldsClaude Paroz
2013-03-06Update link to django-mssql projectMichael Manfre
2013-03-03Fix Typo explicitly. Fixes #19971Tobias Carlander
2013-03-03Removed unnecessary imports.Aymeric Augustin
2013-03-02Fixed #19962 - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE and browser...Tim Graham
2013-02-28Fixed #19937 - Typo in class-based views intro.Tim Graham
2013-02-27Merge pull request #858 from intgr/py3kdoc-fixTim Graham
2013-02-27Fixed #19926 -- Fixed a link to code example in queries docsClaude Paroz
2013-02-27Fixed #16807 - Added a class-based views intro.Tim Graham
2013-02-26[py3] str.decode does not exist; str.encode was intendedMarti Raudsepp
2013-02-26Fixed #19922 - Typo in translation docs.Tim Graham
2013-02-25Fixed #6195 -- Documented caching options for javascript_catalog.Aymeric Augustin
2013-02-24Fixed #19394 --Added note about auth forms and custom user models.Ben Konrath
2013-02-24Test case and docs for custom context data in feedsZbigniew Siciarz
2013-02-24Merge pull request #717 from slurms/ticket_19746Florian Apolloner
2013-02-24Fixed #19253 -- Extracted template cache key building logicTomek Paczkowski
2013-02-24Merge pull request #815 from zerok/tickets/11971Aymeric Augustin
2013-02-24Added more details about the various serialization formats.Horst Gutmann
2013-02-23Added an example of "default" database dictionary left blank; refs #19775.Tim Graham
2013-02-23Fixed #19402 - Clarified purpose of CustomUser.REQUIRED_FIELDSTim Graham
2013-02-23Fixed #19579 - Documented that "providing_args" is purely documentational.Tim Graham
2013-02-23Fixed #19775 - Clarified requirements of the "default" database.Tim Graham
2013-02-23Fixed #19758 -- Avoided leaking email existence through the password reset form.Horst Gutmann
2013-02-23Fixed #19686 -- Added HTML5 number input typeClaude Paroz
2013-02-20Fixed #19868 -- Clarified purpose of custom user examplePreston Holmes
2013-02-19Merge pull request #737 from hrbonz/docs_CBV_generic_views_typoTim Graham
2013-02-19Added a default limit to the maximum number of forms in a formset.Aymeric Augustin
2013-02-19Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2013-02-19Updated a couple admonitions to use the warning directive.Tim Graham
2013-02-19Update docs/topics/class-based-views/generic-display.txtStefan "hr" Berder
2013-02-18Fixed #19717 - Removed mentions of "root QuerySet" in docs.Tim Graham
2013-02-16Removed a misleading examples from documentations ala ticket #19719Alex Hunley