index
:
chango.git
devmain
fix-31295
initial-branch
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
2014-02-05
Fixed gendered examples in the docs.
Loic Bistuer
2014-01-26
Fixed typo. Refs #21836.
Aymeric Augustin
2014-01-25
Fixed #21836 -- Improved transaction docs about autocommit mode
Chris Jerdonek
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-19
Fixed #18907 -- Correct docs regard population of model backrefs.
Tim Graham
2014-01-17
Removed some unnecessary __exact operators in filters.
Tim Graham
2014-01-16
Fixed #21343 -- Noted many-to-many restrictions with intermediate model.
Tim Graham
2014-01-02
Fixed typos. Changed grammar.
Frank Tobia
2013-12-04
Fixing manager documentation inaccuracy
Frank Wiles
2013-11-30
Removed gender-based pronouns per [c0a2daad78].
Tim Graham
2013-11-21
Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.
Loic Bistuer
2013-11-08
Noted that .clear() will delete intermediary models
Cody Scott
2013-10-22
Fixed #17027 -- Added support for the power operator in F expressions.
Florian Hahn
2013-10-11
Minor edits to docs/topics/db/queries.txt.
Cody Scott
2013-10-10
Small improvements to docs/topics/db/models.txt
Cody Scott
2013-10-02
Fixed #10913 -- Documented how related_name affects QuerySet filtering
Tim Graham
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
2013-09-25
Fixed #17671 - Cursors are now context managers.
Michael Manfre
2013-09-25
Fixed #3871 -- Custom managers when traversing reverse relations.
Loic Bistuer
2013-09-22
Reference Meta.index_together in DB performance guide.
Ramiro Morales
2013-09-20
Fixed #20877 -- added a performance optimization guide
evildmp
2013-09-20
Clarified why one must not catch database errors inside atomic.
Aymeric Augustin
2013-09-09
Fixed #16895 -- Warned about cost of QuerySet ordering
e0ne
2013-09-06
Consolidated documentation for F() and Q()
evildmp
2013-09-05
Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
Eric Boersma
2013-08-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-15
Fixed some ReST errors regarding backticks
Tim Graham
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-06
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Dominic Rodger
2013-07-30
Implement allow_migrate for migration operations
Andrew Godwin
2013-07-30
Rename allow_syncdb to allow_migrate
Andrew Godwin
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-07-26
Fixed #20625 -- Chainable Manager/QuerySet methods.
Loic Bistuer
2013-07-25
More migration docs, and conversion of all easy syncdb references
Andrew Godwin
2013-07-13
Removed obsolete sentence in queries docs
Claude Paroz
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-06-28
Support 'pyformat' style parameters in raw queries, Refs #10070
Shai Berger
2013-06-27
Fixed #20571 -- Added an API to control connection.needs_rollback.
Aymeric Augustin
2013-06-01
Fixed #20543 - Typo in db model fields docs.
Tim Graham
2013-05-28
Fixed #20513 - Expanded docs on QuerySet caching.
Tim Graham
2013-05-27
Patch for ticket #20506 - documentation type
yishaibeeri
2013-05-19
Changed API to disable ATOMIC_REQUESTS per view.
Aymeric Augustin
2013-05-19
Fixed #20183 - Clarified docs assumption that certain objects exist in database.
Tim Graham
2013-05-18
Add missing imports and models to the examples in the the model layer documen...
Marc Egli
2013-05-17
Tidy up some of the transaction documentation.
Marc Tamlyn
2013-05-07
Remove outdated ForeignKey manager documentation.
Mike Fogel
2013-05-05
Found a mistake in SQL documentation
Christopher Allen-Poole
2013-04-30
Fix two typos in database transactions docs
Ana Krivokapic
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
[next]