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-12-06
[4.0.x] Fixed #33335 -- Made model validation ignore functional unique constr...
Hannes Ljungberg
2021-12-02
[4.0.x] Fixed #33334 -- Alphabetized form and model fields in reference docs.
Shivam Durgbuns
2021-11-23
[4.0.x] Corrected signatures of QuerySet's methods.
Mariusz Felisiak
2021-10-18
[4.0.x] Fixed #33198 -- Corrected BinaryField.max_length docs.
Nick Frazier
2021-10-05
[4.0.x] Fixed #22224 -- Added note about supplying missing values for non-nul...
Jacob Walls
2021-10-04
[4.0.x] Fixed #32888 -- Doc'd that select_for_update() only locks tables with...
Hannes Ljungberg
2021-09-29
[4.0.x] Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_res...
David Wobrock
2021-09-16
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Carlton Gibson
2021-09-10
Clarified type of Window()'s partition_by and order_by arguments.
David Sanders
2021-09-09
Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit...
Hasan Ramezani
2021-08-26
Fixed #33046 -- Added note about using length of cached result by QuerySet.co...
Can Sarıgöl
2021-07-30
Refs #32956 -- Updated words ending in -wards.
David Smith
2021-07-29
Made minor edits to QuerySet.update_or_create() docs.
Abhyudai
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-26
Fixed #32957 -- Improved visibility of arguments sections in Model.save() docs.
abhiabhi94
2021-07-19
Fixed #10929 -- Added default argument to aggregates.
Nick Pope
2021-07-09
Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...
Ian Foote
2021-07-08
Fixed #32908 -- Allowed select_for_update(skip_locked) on MariaDB 10.6+.
Mariusz Felisiak
2021-07-07
Documented in_bulk behavior with nonexistent id_list items.
Claude Paroz
2021-07-02
Refs #26430 -- Re-introduced empty aggregation optimization.
Simon Charette
2021-06-29
Fixed #32381 -- Made QuerySet.bulk_update() return the number of objects upda...
abhiabhi94
2021-05-18
Fixed #32755 -- Corrected Model.get_absolute_url() example in docs.
Girish Sontakke
2021-05-12
Fixed a typo in docs/ref/models/fields.txt.
Nick Pope
2021-04-14
Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields o...
Mariusz Felisiak
2021-04-07
Fixed #32501 -- Added support for returning fields from INSERT statements on ...
girishsontakke
2021-03-29
Fixed #31487 -- Added precision argument to Round().
Nick Pope
2021-03-25
Refs #31003 -- Moved note about return value of QuerySet.bulk_create() to the...
Claude Paroz
2021-03-25
Doc'd that RawSQL can be used with __in.
Simon Willison
2021-03-24
Refs #32460 -- Doc'd and tested that property names of model choice enums can...
Nick Pope
2021-03-23
Fixed #32483 -- Fixed QuerySet.values()/values_list() on JSONField key transf...
Mariusz Felisiak
2021-03-06
Fixed #24141 -- Added QuerySet.contains().
Johan Schiff
2021-03-04
Refs #32483 -- Doc'd caveat about using JSONField key transforms to booleans ...
Mariusz Felisiak
2021-02-23
Fixed #30916 -- Added support for functional unique constraints.
Hannes Ljungberg
2021-01-28
Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplicates for ...
Timothy McCurrach
2021-01-22
Refs #32372 -- Updated manager name in related objects reference docs.
Jack
2021-01-22
Fixed #32372 -- Made examples in related objects reference docs consistent.
Jack Aitken
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2021-01-14
Refs #30841 -- Made isnull lookup raise ValueError for non-boolean values.
Mariusz Felisiak
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
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
[next]