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
2019-05-22
[2.2.x] Fixed #30419 -- Favored Meta.indexes over Meta.index_together in opti...
Akshesh
2019-05-17
[2.2.x] Changed docs to link to Python's description of iterable.
Jon Dufresne
2019-05-15
[2.2.x] Changed tuple choices to list in docs.
Jon Dufresne
2019-04-13
[2.2.x] Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt.
Daniel Musketa
2019-03-29
[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.
Nick Pope
2019-03-28
[2.2.x] Used extlinks for Django's source code.
Tim Graham
2019-02-25
[2.2.x] Refs #29683 -- Updated multi-db docs for view permission.
Tim Graham
2019-01-15
Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...
Collin Anderson
2018-12-27
Followed style guide for model attribute ordering.
Matt Wiens
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2018-11-13
Fixed #29940 -- Recommended using the ORM rather than raw SQL.
Katie McLaughlin
2018-10-13
Removed unused fields from aggregation docs.
Peter Inglesby
2018-09-25
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2018-09-25
Refs #29784 -- Normalized Python docs links to omit the version.
Jon Dufresne
2018-09-14
Fixed #29756 -- Doc'd that model field names can't end with an underscore.
Tim Graham
2018-09-13
Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.
Ramiro Morales
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-09-10
Fixed #29573 -- Added links in aggregation topic guide.
Vishvajit Pathak
2018-08-18
Fixed #29685 -- Added QuerySet.explain() to the database optimization docs.
Tom Forbes
2018-07-24
Fixed #29591 -- Fixed numbering words in docs/topics/db/examples/many_to_many...
Tim Graham
2018-07-19
Fixed IntegrityError in docs/topics/db/examples/many_to_one.txt.
Tim Graham
2018-06-28
Refs #29513 -- Linked the testing docs from the multi-db topic guide.
Mattia Cattarinussi
2018-05-17
Removed versionadded/changed annotations for 2.0.
Tim Graham
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2018-04-23
Fixed #29349 -- Doc'd the default behavior of router.allow_relation().
Stefan R. Filipek
2018-04-19
Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet.
Adnan Umer
2018-04-19
Fixed #29339 -- Added result caching to RawQuerySet.
Adnan Umer
2018-04-11
Fixed typo in docs/topics/db/managers.txt.
Luoxzhg
2018-04-10
Fixed mistakes in docs/topics/db/examples/many_to_one.txt.
Luoxzhg
2018-03-20
Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().
Jezeniel Zapanta
2018-03-20
Refs #11278 -- Clarified RelatedManager differences between reverse one-to-ma...
Denis
2018-03-13
Fixed #29192 -- Corrected docs regarding overriding fields from abstract base...
ovalseven8
2018-01-07
Updated various links in docs to use HTTPS.
Mariusz Felisiak
2017-11-28
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
Jon Dufresne
2017-11-23
Linked to prefetch_related_objects func in DB optimization docs.
Luke Plant
2017-11-07
Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe.
Tim Graham
2017-11-07
Fixed typo in docs/topics/db/aggregation.txt.
Tim Graham
2017-10-30
Fixed 'a'/'an' mix-ups in docs.
Ville Skyttä
2017-10-13
Removed incorrect reference to ModelChoiceField in Field.choices docs.
LeeHanYeong
2017-10-03
Fixed #28584 -- Dropped support for SQLite < 3.7.15.
Tim Graham
2017-09-29
Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.
Stefan Schneider
2017-09-29
Fixed #28648 -- Corrected typo in docs/topics/db/queries.txt.
Stefan Schneider
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-09-21
Refs #28595 -- Added a hook to add execute wrappers for database queries.
Shai Berger
2017-09-04
Fixed #28479 -- Doc'd that transaction rollback doesn't revert model state.
Jonatas CD
2017-09-02
Fixed #28332 -- Fixed diamond inheritence example in docs.
Jeremy Satterfield
2017-08-12
Fixed #27849 -- Added filtering support to aggregates.
Tom
2017-08-12
Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.
Mariusz Felisiak
2017-08-10
Fixed #23766 -- Doc'd CursorWrapper.callproc().
Mariusz Felisiak
2017-07-18
Removed unneeded right quotes in docs to fix spelling errors.
Tim Graham
[next]