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
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
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
[prev]
[next]