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
2021-08-26
Made sentence about Model consistent in docs.
Zainab Amir
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-06-15
Fixed #30427, Fixed #16176 -- Corrected setting descriptor in Field.contribut...
Carlton Gibson
2021-06-08
Refs #14357 -- Updated docs about interaction between aggregations and QueryS...
Mariusz Felisiak
2021-05-20
Changed IRC references to Libera.Chat.
Mariusz Felisiak
2021-05-17
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Nick Pope
2021-05-17
Refs #32720 -- Fixed some broken links in docs.
Nick Pope
2021-04-09
Fixed #32618 -- Added link to conditional aggregation in aggregation topic gu...
Hasan Ramezani
2021-03-06
Fixed #24141 -- Added QuerySet.contains().
Johan Schiff
2021-02-22
Refs #4027 -- Added Model._state.adding to docs about copying model instances.
Johannes Wilm
2021-01-28
Modernized custom manager example
Adam Johnson
2021-01-27
Changed "Don't overuse count() or exists()" example to Python.
Adam Johnson
2021-01-19
Corrected versionadded annotations.
Mariusz Felisiak
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2021-01-05
Fixed #32231 -- Allowed passing None params to QuerySet.raw().
Alexander Lyabah
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-12-15
Added backticks to code literals in various docs.
Jon Dufresne
2020-12-08
Fixed #32233 -- Cleaned-up duplicate connection functionality.
Florian Apolloner
2020-11-27
Fixed #32220 -- Added durable argument to transaction.atomic().
Ian Foote
2020-11-27
Fixed #25534, Fixed #31639 -- Added support for transform references in expre...
Ian Foote
2020-11-13
Changed docs and a code comment to use gender-neutral pronouns.
Nick Pope
2020-11-12
Fixed #32187 -- Removed unnecessary select_related in queries doc.
Hasan Ramezani
2020-10-22
Refs #9475 -- Linked through_default docs to related managers methods.
Simon Charette
2020-10-08
Fixed #32083 -- Added link back to migrating section in multi-db docs example.
Carlton Gibson
2020-09-04
Fixed #31894 -- Added note about using JSONField key lookups with QuerySet.ex...
jpribyl
2020-08-31
Corrected note about long names in search docs.
Abdullah Dursun
2020-07-28
Fixed #31829 -- Used JSONField __contains lookup on key transforms.
sage
2020-07-28
Fixed #31836 -- Dropped support for JSONField __contains and __contained_by l...
Mariusz Felisiak
2020-07-28
Fixed #31835 -- Dropped support for JSONField __contains lookup on Oracle.
Mariusz Felisiak
2020-07-16
Refs #31502 -- Made minor edits to Model._state docs.
Adam Johnson
2020-07-13
Fixed #30457 -- Added TestCase.captureOnCommitCallbacks().
Adam Johnson
2020-07-03
Adjusted multi-db example to avoid confusion with DATABASES keys.
MansurAliKoroglu
2020-06-03
Preferred usage of among/while to amongst/whilst.
David Smith
2020-06-02
Updated link to Celery.
David Smith
2020-06-01
Made small improvement to docs/topics/db/multi-db.txt.
Nikita Sobolev
2020-05-29
Changed some doc links to use intersphinx.
Jon Dufresne
2020-05-19
Fixed #31591 -- Clarified "reverse" lookup name in making queries docs.
Carlton Gibson
2020-05-13
Used :pep: role in various docs.
Nick Pope
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-05-01
Doc'd Meta inheritance from abstract parents.
Greg Kaleka
2020-04-29
Fixed #31356 -- Changed IRC links to the Freenode webchat.
Hasan Ramezani
2020-04-04
Fixed #31423 -- Clarified nested atomic() example.
Simon Charette
2020-03-25
Fixed #31396 -- Added binary XOR operator to F expressions.
Hannes Ljungberg
2020-03-17
Corrected outdated sentence in One-to-one relationships docs.
Philipp Bosch
2020-03-10
Fixed #27865 -- Adjusted docs example to avoid confusion with models.BaseMana...
Adam Radwon
2020-03-09
Fixed #31350 -- Fixed typo in docs/topics/db/optimization.txt.
Shrikrishna Singh
2020-03-06
Fixed #31342 -- Clarified docs about using base managers for related objects.
Carlton Gibson
2020-02-24
Fixed #31303 -- Removed outdated note about symmetrical intermediate table fo...
Matheus Cunha Motta
2020-01-29
Fixed #31212 -- Updated psycopg links to HTTPS and new location.
Jon Dufresne
[next]