index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
db
Age
Commit message (
Expand
)
Author
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-31
Fixed #20168 - Generalized a PostgreSQL specific database query in the docs.
Tim Graham
2013-03-30
Fixed #20150 -- Fixed an error in manager doc example
Nimesh Ghelani
2013-03-29
Fixed #20159 -- Mispelled attribute in multi-db documentation example.
Simon Charette
2013-03-25
Fixed docs reST warning.
Ramiro Morales
2013-03-24
Added release notes for 4b31a6a9.
Aymeric Augustin
2013-03-23
Fixed #9055 -- Standardized behaviour of parameter escaping in db cursors
Claude Paroz
2013-03-22
Added missing markup to docs.
Tim Graham
2013-03-18
Fixed #19968 -- Dropped support for PostgreSQL < 8.4.
Aymeric Augustin
2013-03-13
Proof-read and adjusted the transactions docs.
Aymeric Augustin
2013-03-13
Made atomic usable when autocommit is off.
Aymeric Augustin
2013-03-11
Improved the API of set_autocommit.
Aymeric Augustin
2013-03-11
Used commit_on_success_unless_managed to make ORM operations atomic.
Aymeric Augustin
2013-03-11
Added an option to disable the creation of savepoints in atomic.
Aymeric Augustin
2013-03-11
Added a note about long-running processes.
Aymeric Augustin
2013-03-11
Added an explanation of transactions and grouped low-level APIs.
Aymeric Augustin
2013-03-11
Updated the documentation for savepoints.
Aymeric Augustin
2013-03-11
Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.
Aymeric Augustin
2013-03-11
Added some assertions to enforce the atomicity of atomic.
Aymeric Augustin
2013-03-11
Implemented an 'atomic' decorator and context manager.
Aymeric Augustin
2013-03-11
Added support for savepoints in SQLite.
Aymeric Augustin
2013-03-11
Enabled database-level autocommit for all backends.
Aymeric Augustin
2013-03-11
Added an API to control database-level autocommit.
Aymeric Augustin
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-03-03
Removed unnecessary imports.
Aymeric Augustin
2013-02-27
Fixed #19926 -- Fixed a link to code example in queries docs
Claude Paroz
2013-02-23
Added an example of "default" database dictionary left blank; refs #19775.
Tim Graham
2013-02-23
Fixed #19775 - Clarified requirements of the "default" database.
Tim Graham
2013-02-18
Fixed #19717 - Removed mentions of "root QuerySet" in docs.
Tim Graham
2013-02-12
Mention backward relationships in aggregate docs.
Ramiro Morales
2013-02-07
Fixed #19756 - Corrected a ManyToMany example and added some links and markup.
Tim Graham
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-12-29
Removed django.contrib.localflavor.
Aymeric Augustin
2012-12-29
Fixed broken links, round 4. refs #19516
Tim Graham
2012-12-28
Fixed #19498 -- refactored auth documentation
Preston Holmes
2012-12-26
Fixed broken links, round 3. refs #19516
Tim Graham
2012-12-21
Fixed #19506 - Remove 'mysite' prefix in model example.
Tim Graham
2012-12-18
Fixed #19442 - Clarified that raw SQL must be committed.
Tim Graham
2012-12-15
Fixed #19384 -- Documented the behavior of custom managers on abstract models.
Russell Keith-Magee
2012-12-14
Fixed #2304 -- Documented TRANSACTIONS_MANAGED.
Aymeric Augustin
2012-11-27
Fixed #19352 - Added an example in the QuerySet docs.
Tim Graham
2012-11-23
Negligible style fix in docs.
Aymeric Augustin
2012-11-22
changed if statement to a slightly cleaner/less confusing variant
WoLpH
2012-11-22
Fixed #16039 -- Made post_syncdb handlers multi-db aware.
Aymeric Augustin
2012-11-06
Fixed #19154 - Noted commit_manually requires commit/rollback for reads
Tim Graham
2012-11-02
Fixed #15361 - Documented performance considerations for QuerySet.get()
Tim Graham
2012-10-27
Removed a redundant colon in the query docs.
Florian Apolloner
2012-10-12
Merge pull request #422 from elvard/18996
Tim Graham
2012-10-11
Merge pull request #428 from donspaulding/patch-1
Tim Graham
[next]