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
/
ref
/
models
Age
Commit message (
Expand
)
Author
2021-08-26
[3.2.x] Fixed #33046 -- Added note about using length of cached result by Que...
Can Sarıgöl
2021-07-29
[3.2.x] Made minor edits to QuerySet.update_or_create() docs.
Abhyudai
2021-07-26
[3.2.x] Fixed #32957 -- Improved visibility of arguments sections in Model.sa...
abhiabhi94
2021-07-07
[3.2.x] Documented in_bulk behavior with nonexistent id_list items.
Claude Paroz
2021-05-18
[3.2.x] Fixed #32755 -- Corrected Model.get_absolute_url() example in docs.
Girish Sontakke
2021-05-12
[3.2.x] Fixed a typo in docs/ref/models/fields.txt.
Nick Pope
2021-04-14
[3.2.x] Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined ...
Mariusz Felisiak
2021-03-25
[3.2.x] Refs #31003 -- Moved note about return value of QuerySet.bulk_create(...
Claude Paroz
2021-03-25
[3.2.x] Doc'd that RawSQL can be used with __in.
Simon Willison
2021-03-04
[3.2.x] Refs #32483 -- Doc'd caveat about using JSONField key transforms to b...
Mariusz Felisiak
2021-01-28
[3.2.x] Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplica...
Timothy McCurrach
2021-01-22
[3.2.x] Refs #32372 -- Updated manager name in related objects reference docs.
Jack
2021-01-22
[3.2.x] Fixed #32372 -- Made examples in related objects reference docs consi...
Jack Aitken
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2021-01-12
Removed unused import in docs/ref/models/expressions.txt. (#13879)
Mariusz Felisiak
2021-01-11
Fixed #32313 -- Corrected QuerySet.in_bulk() signature.
Iuri de Silvio
2021-01-07
Fixed #32315 -- Doc'd FieldFile.path.
Hasan Ramezani
2021-01-05
Fixed #32231 -- Allowed passing None params to QuerySet.raw().
Alexander Lyabah
2021-01-04
Fixed #32310 -- Fixed note about reverse accessors for intermediate table for...
Fabio Sangiovanni
2020-12-30
Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.
Mariusz Felisiak
2020-12-21
Corrected code-block directives in docs/ref/models/meta.txt.
Jon Dufresne
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-10
Refs #31792 -- Updated SQL example in Exists() docs.
Kevin Marsh
2020-12-02
Fixed #32179 -- Added JSONObject database function.
Artur Beltsov
2020-11-27
Fixed #25534, Fixed #31639 -- Added support for transform references in expre...
Ian Foote
2020-11-16
Refs #27718 -- Doc'd and tested QuerySet.exists() for combined querysets.
David-Wobrock
2020-11-11
Fixed #31122 -- Clarified that Lookup acts as a query expression.
Caio Ariede
2020-10-02
Fixed #32060 -- Added Random database function.
Nick Pope
2020-09-23
Fixed example of QuerySet.explain() with flags in docs.
Paweł Zarębski
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-17
Refs #28939 -- Doc’d Prefetch behavior with multiple DBs.
Mike Lissner
2020-09-13
Corrected exception types in QuerySet docs.
Mariusz Felisiak
2020-09-11
Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a...
Hasan Ramezani
2020-09-02
Fixed #31948 -- Added tzinfo parameter to TruncDate() and TruncTime().
Joe Jackson
2020-08-26
Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field.
Kaustubh
2020-08-11
Fixed #21181 -- Added Collate database function.
Tom Carrick
2020-08-07
Removed unnecessary sentence in QuerySet docs.
Adam Alton
2020-07-31
Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases.
Alexandr Tatarinov
2020-07-22
Fixed typo in docs/ref/models/querysets.txt.
Ramiro Morales
2020-07-22
Doc'd Model.MultipleObjectsReturned docs and improved documentation related w...
Adam Johnson
2020-07-22
Refs #24763 -- Moved DoesNotExist to Model class docs.
Adam Johnson
2020-07-17
Improved ManyToManyField.through docs.
Adam Johnson
2020-07-15
Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests.
Simon Charette
2020-07-15
Fixed #30446 -- Resolved Value.output_field for stdlib types.
Simon Charette
2020-07-13
Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+.
Simon Charette
2020-07-09
Fixed #29789 -- Added support for nested relations to FilteredRelation.
matt ferrante
2020-07-08
Fixed #31573 -- Made QuerySet.update() respect ordering on MariaDB/MySQL.
davidchorpash
2020-07-08
Fixed #31502 -- Documented Model._state.db and Model._state.adding
Tim Park
2020-06-26
Fixed #31743 -- Doc't that managed=False prevents Django from managing tables...
Steven Pousty
[next]