summaryrefslogtreecommitdiff
path: root/docs/topics/db
AgeCommit message (Expand)Author
2013-07-05[1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
2013-06-27Fixed #20571 -- Added an API to control connection.needs_rollback.Aymeric Augustin
2013-06-01Fixed #20543 - Typo in db model fields docs.Tim Graham
2013-05-28Fixed #20513 - Expanded docs on QuerySet caching.Tim Graham
2013-05-27Patch for ticket #20506 - documentation typeyishaibeeri
2013-05-19Changed API to disable ATOMIC_REQUESTS per view.Aymeric Augustin
2013-05-19Fixed #20183 - Clarified docs assumption that certain objects exist in database.Tim Graham
2013-05-18Add missing imports and models to the examples in the the model layer documen...Marc Egli
2013-05-17Tidy up some of the transaction documentation.Marc Tamlyn
2013-05-07Remove outdated ForeignKey manager documentation.Mike Fogel
2013-05-05Found a mistake in SQL documentationChristopher Allen-Poole
2013-04-30Fix two typos in database transactions docsAna Krivokapic
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-03-31Fixed #20168 - Generalized a PostgreSQL specific database query in the docs.Tim Graham
2013-03-30Fixed #20150 -- Fixed an error in manager doc exampleNimesh Ghelani
2013-03-29Fixed #20159 -- Mispelled attribute in multi-db documentation example.Simon Charette
2013-03-25Fixed docs reST warning.Ramiro Morales
2013-03-24Added release notes for 4b31a6a9.Aymeric Augustin
2013-03-23Fixed #9055 -- Standardized behaviour of parameter escaping in db cursorsClaude Paroz
2013-03-22Added missing markup to docs.Tim Graham
2013-03-18Fixed #19968 -- Dropped support for PostgreSQL < 8.4.Aymeric Augustin
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-03Removed unnecessary imports.Aymeric Augustin
2013-02-27Fixed #19926 -- Fixed a link to code example in queries docsClaude Paroz
2013-02-23Added an example of "default" database dictionary left blank; refs #19775.Tim Graham
2013-02-23Fixed #19775 - Clarified requirements of the "default" database.Tim Graham
2013-02-18Fixed #19717 - Removed mentions of "root QuerySet" in docs.Tim Graham
2013-02-12Mention backward relationships in aggregate docs.Ramiro Morales
2013-02-07Fixed #19756 - Corrected a ManyToMany example and added some links and markup.Tim Graham
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Removed django.contrib.localflavor.Aymeric Augustin
2012-12-29Fixed broken links, round 4. refs #19516Tim Graham
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham