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-12-24
[1.7.x] Fixed #24041 -- Documented effect of changing a model instance's prim...
Helen Sherwood-Taylor
2014-12-22
[1.7.x] Corrected scoping of savepoint example
David Cramer
2014-12-06
[1.7.x] Cleaned up a note in docs/topics/db/sql.txt.
wrwrwr
2014-12-03
[1.7.x] Fixed typo in aggregation docs.
Tim Graham
2014-12-03
[1.7.x] Documented a current limitation of multiple table annotation; refs #1...
Benjamin Bach
2014-10-06
[1.7.x] Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMix...
Ismail Badawi
2014-09-29
[1.7.x] Fixed #17638 -- Added crosslinks between topic and reference guides.
Duane Hilton
2014-09-29
[1.7.x] Fixed typo in docs/topics/db/managers.txt
Greg Brown
2014-09-03
[1.7.x] Fixed typo in docs/topics/db/transactions.txt.
Corey Farwell
2014-08-26
[1.7.x] Fixed #22620 -- Emphasized role of DATABASE_ROTERS in multi-db docs.
Tim Graham
2014-08-19
[1.7.x] Fixed #23282 -- Corrected inheritance and reverse relations example.
Tim Graham
2014-08-13
[1.7.x] Fixed #23283 -- Added default=False to BooleanField's in the docs.
Ola Sitarska
2014-08-02
[1.7.x] Updated MySQL links to version 5.6.
Tim Graham
2014-07-08
[1.7.x] Fixed #22978 -- Removed a USA-centric example that didn't add much.
Tim Graham
2014-07-02
[1.7.x] Removed non-existent reference to args/kwargs in manager docs.
Éric Araujo
2014-06-12
[1.7.x] Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`.
Moayad Mardini
2014-06-05
[1.7.x] Fix missing highlighting in some code examples
Éric Araujo
2014-05-27
[1.7.x] Fixed #22601 -- Added a note about model inheritance.
Moayad Mardini
2014-05-13
[1.7.x] Fixed typo in transactions.txt
Haris Ibrahim K. V
2014-04-30
[1.7.x] Fixed #22442 -- Provided additional documentation regarding id fields...
Tim Graham
2014-04-26
[1.7.x] Updated doc links to point to Python 3 documentation
Claude Paroz
2014-04-25
[1.7.x] Fixed #22493 - Added warnings to raw() and extra() docs about SQL inj...
Moayad Mardini
2014-04-21
[1.7.x] Fixed queries that may return unexpected results on MySQL due to type...
Erik Romijn
2014-04-10
[1.7.x] Fixed #22419 -- Typo in docs/topics/db/multi-db.txt.
Tim Graham
2014-04-10
[1.7.x] Fixed #22343 -- Disallowed select_for_update in autocommit mode
Shai Berger
2014-03-24
[1.7.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relation...
Adam Kaliński
2014-03-11
Fixed #22217 - ManyToManyField.through_fields fixes.
Akis Kesoglou
2014-03-05
Fixed #14549 - Removed restriction of single FKs on intermediary tables
Akis Kesoglou
2014-03-03
Fixed #21986 -- Added some guidelines for database indexes.
Alex de Landgraaf
2014-02-28
Fixed doc typos.
Tim Graham
2014-02-25
Removed a nonexistent link in the docs.
Tim Graham
2014-02-25
Fixed docs typos.
Szczepan Cieślik
2014-02-23
added documentation on Model attributes
Nicolaas Heyning
2014-02-20
Capitalize SQL keywords
David Sanders
2014-02-20
Capitalize SQL keywords
David Sanders
2014-02-19
Added an example to the release notes for custom reverse managers.
Loic Bistuer
2014-02-13
Fixed #21951 -- Updated docs to use __str__ for Python 3
Alasdair Nicol
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
[next]