Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/topics/db
Commit message (Expand)AuthorAgeFilesLines
* Fixed #20543 - Typo in db model fields docs.Tim Graham2013-06-011-1/+1
* Fixed #20513 - Expanded docs on QuerySet caching.Tim Graham2013-05-281-3/+40
* Patch for ticket #20506 - documentation typeyishaibeeri2013-05-271-1/+1
* Changed API to disable ATOMIC_REQUESTS per view.Aymeric Augustin2013-05-191-27/+33
* Fixed #20183 - Clarified docs assumption that certain obj...Tim Graham2013-05-191-1/+2
* Add missing imports and models to the examples in the the...Marc Egli2013-05-184-31/+83
* Tidy up some of the transaction documentation.Marc Tamlyn2013-05-171-18/+22
* Remove outdated ForeignKey manager documentation.Mike Fogel2013-05-071-9/+0
* Found a mistake in SQL documentationChristopher Allen-Poole2013-05-051-1/+1
* Fix two typos in database transactions docsAna Krivokapic2013-04-301-2/+2
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-205-15/+24
* Fixed #20168 - Generalized a PostgreSQL specific database...Tim Graham2013-03-311-2/+2
* Fixed #20150 -- Fixed an error in manager doc exampleNimesh Ghelani2013-03-291-1/+1
* Fixed #20159 -- Mispelled attribute in multi-db documenta...Simon Charette2013-03-291-1/+1
* Fixed docs reST warning.Ramiro Morales2013-03-261-0/+1
* Added release notes for 4b31a6a9.Aymeric Augustin2013-03-241-1/+3
* Fixed #9055 -- Standardized behaviour of parameter escapi...Claude Paroz2013-03-231-0/+6
* Added missing markup to docs.Tim Graham2013-03-224-22/+25
* Fixed #19968 -- Dropped support for PostgreSQL < 8.4.Aymeric Augustin2013-03-181-1/+1
* Proof-read and adjusted the transactions docs.Aymeric Augustin2013-03-131-38/+32
* Made atomic usable when autocommit is off.Aymeric Augustin2013-03-131-13/+13
* Improved the API of set_autocommit.Aymeric Augustin2013-03-111-5/+5
* Used commit_on_success_unless_managed to make ORM operati...Aymeric Augustin2013-03-111-5/+4
* Added an option to disable the creation of savepoints in ...Aymeric Augustin2013-03-111-1/+9
* Added a note about long-running processes.Aymeric Augustin2013-03-111-0/+7
* Added an explanation of transactions and grouped low-leve...Aymeric Augustin2013-03-111-80/+122
* Updated the documentation for savepoints.Aymeric Augustin2013-03-111-9/+17
* Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.Aymeric Augustin2013-03-111-40/+94
* Added some assertions to enforce the atomicity of atomic.Aymeric Augustin2013-03-111-240/+199
* Implemented an 'atomic' decorator and context manager.Aymeric Augustin2013-03-111-8/+89
* Added support for savepoints in SQLite.Aymeric Augustin2013-03-111-10/+25
* Enabled database-level autocommit for all backends.Aymeric Augustin2013-03-112-92/+199
* Added an API to control database-level autocommit.Aymeric Augustin2013-03-111-0/+17
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-082-19/+22
* Removed unnecessary imports.Aymeric Augustin2013-03-031-1/+1
* Fixed #19926 -- Fixed a link to code example in queries docsClaude Paroz2013-02-271-1/+1
* Added an example of "default" database dictionary left bl...Tim Graham2013-02-231-5/+24
* Fixed #19775 - Clarified requirements of the "default" da...Tim Graham2013-02-231-2/+4
* Fixed #19717 - Removed mentions of "root QuerySet" in docs.Tim Graham2013-02-181-19/+10
* Mention backward relationships in aggregate docs.Ramiro Morales2013-02-121-4/+49
* Fixed #19756 - Corrected a ManyToMany example and added s...Tim Graham2013-02-071-20/+27
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-032-7/+5
* Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin2012-12-293-14/+7
* Removed django.contrib.localflavor.Aymeric Augustin2012-12-291-3/+1
* Fixed broken links, round 4. refs #19516Tim Graham2012-12-291-0/+4
* Fixed #19498 -- refactored auth documentationPreston Holmes2012-12-281-32/+26
* Fixed broken links, round 3. refs #19516Tim Graham2012-12-271-2/+2
* Fixed #19506 - Remove 'mysite' prefix in model example.Tim Graham2012-12-211-2/+2
* Fixed #19442 - Clarified that raw SQL must be committed.Tim Graham2012-12-181-1/+2
* Fixed #19384 -- Documented the behavior of custom manager...Russell Keith-Magee2012-12-151-0/+15