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
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
2017-07-11
Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples.
Irindu Indeera
2017-07-04
Added missing import in docs/topics/db/queries.txt.
Tushar Malik
2017-06-27
Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.
Mariusz Felisiak
2017-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-06-06
Fixed #28233 -- Used a simpler example in the aggregation "cheat sheet" docs.
Tim Graham
2017-05-31
Fixed #22550 -- Prohibited QuerySet.last()/reverse() after slicing.
Matthias Erll
2017-05-22
Updated various links in docs to avoid redirects
Claude Paroz
2017-04-08
Fixed typos in docs/topic/db/search.txt.
Paolo Melchiorre
2017-04-01
Fixed #28003 -- Doc'd what an auto-created OneToOneField parent_link looks like.
Simon Charette
2017-03-20
Removed extra characters in docs header underlines.
Mariusz Felisiak
2017-03-14
Fixed typo in docs/topics/db/aggregation.txt header.
Mads Jensen
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-11
Fixed typo in docs/topics/db/managers.txt.
M Somerville
2017-01-09
Removed SHOUTING in doc examples.
Maxime Lorant
2017-01-03
Fixed #25912 -- Added binary left/right shift operators to F expressions.
anabelensc
2016-12-27
Used a nontemporal example in QuerySet.bulk_create() in docs.
Tim Graham
2016-12-17
Documented how to copy a OneToOneField.
Tim Graham
2016-12-17
Refs #25550 -- Removed a deprecated reverse assignment example in docs.
Tim Graham
2016-11-16
Fixed #27494 -- Fixed typos in docs/topics/db/models.txt.
Tim Graham
2016-11-15
Refs #25284 -- Corrected an obsolete implicit __in lookup example.
Simon Charette
2016-11-11
Fixed typo in docs/topics/db/multi-db.txt.
Jezeniel Zapanta
2016-10-31
Updated docs/topics/db/queries.txt examples to use print() function.
Timothy Allen
2016-10-25
Updated postgresql.org links to https and made them canonical.
Marti Raudsepp
2016-10-04
Refs #11078 -- Doc'd Meta inheritance in proxy models.
Jonatas CD
2016-09-30
Updated links to the current version of MySQL docs.
Tim Graham
2016-09-07
Fixed #27172 -- Closed database cursor explicitly in two doc examples
Chris Jerdonek
2016-09-01
Refs #25850, #27142, #27110 -- Documented migration history consistency checks.
Shai Berger
2016-09-01
Refs #27164 -- Fixed typo in docs/topics/db/multi-db.txt
Tim Graham
2016-08-25
Replaced property() usage with decorator in several places.
Berker Peksag
2016-08-16
Fixed #19222 -- Documented that default managers aren't used for related quer...
Tim Graham
2016-08-15
Documented how allow_migrate() interacts with makemigrations.
Timothy Allen
2016-08-05
Edited multi-db topic guide for grammar and clarity.
Liz Lemon
2016-07-25
Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs.
Tim Graham
2016-06-20
Fixed typo in docs/topics/db/managers.txt
Tim Graham
2016-06-04
Fixed #25127 -- Documented how to organize models in a package.
Evan Palmer
2016-06-03
Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-05-25
Added imports to docs/topics/db/aggregation.txt example.
MariKiev
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-17
Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...
Loïc Bistuer
2016-05-17
Fixed #20932, #25897 -- Streamlined manager inheritance.
Loïc Bistuer
[next]