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
2020-03-18
Fixed #31368 -- Doc'd 'expression' parameter of Field.from_db_value()/Express...
Hasan Ramezani
2020-03-06
Doc'd return values of as_sql() for Func and query expressions.
Adam Johnson
2020-03-06
Added missing backticks in various docs.
Mariusz Felisiak
2020-02-27
Fixed #31313 -- Fixed is_upperclass() example in enumeration types docs.
Andrey Doroschenko
2020-02-18
Fixed #31282 -- Corrected RelatedManager docs for using add/remove/set with PKs.
Carlton Gibson
2020-02-10
Fixed #31003 -- Doc'd and tested return value of QuerySet.bulk_create().
Adam Johnson
2020-01-17
Added missing backtick in instances docs.
Claude Paroz
2020-01-15
Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited ...
Carlton Gibson
2019-12-30
Refs #29260 -- Doc'd Model.save() behavior change in Django 3.0.
Simon Charette
2019-12-21
Fixed #31110 -- Fixed typo in docs/ref/models/expressions.txt.
Taoup
2019-12-03
Fixed #31046 -- Allowed RelatedManager.add()/create()/set() to accept callabl...
Baptiste Mispelon
2019-12-02
Fixed #30953 -- Made select_for_update() lock queryset's model when using "se...
Mariusz Felisiak
2019-11-27
Fixed #31029 -- Used more specific links to RFCs.
Baptiste Mispelon
2019-11-21
Fixed #30484 -- Added conditional expressions support to CheckConstraint.
Simon Charette
2019-11-19
Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...
Daniel Izquierdo
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-11-11
Fixed #30958 -- Used a clearer example in the Cast() docs.
Farhaan Bukhsh
2019-11-08
Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFi...
Hasan Ramezani
2019-11-05
Fixed #30928 -- Clarified MySQL/MariaDB support of QuerySet.select_for_update...
kola-er
2019-10-24
Refs #30897 -- Made cosmetic edits to QuerySet.explain() documentation.
Carlton Gibson
2019-10-24
Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on Mari...
Nick Pope
2019-10-24
Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8...
Nick Pope
2019-10-22
Refs #13724 -- Corrected QuerySet signature in docs.
Antonio Dudarev
2019-10-21
Fixed #30841 -- Deprecated using non-boolean values for isnull lookup.
André Ericson
2019-10-02
Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l...
Anatol Ulrich
2019-10-02
Added missing import in ref/models/database-functions.txt.
Mariusz Felisiak
2019-09-23
Refs #29915 -- Doc'd limitation of using pattern lookups with UUIDField on Po...
Mariusz Felisiak
2019-09-14
Fixed #29823 -- Doc'd limitation of DecimalField on SQLite.
Claude Paroz
2019-09-13
Refs #27910 -- Improved documentation for model field choice enumeration types.
Nick Pope
2019-09-10
Refs #14357 -- Made Meta.ordering not affect GROUP BY queries.
Mariusz Felisiak
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-09-04
Fixed #27910 -- Added enumeration helpers for use in Field.choices.
Shai Berger
2019-08-29
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
Matthew Schinckel
2019-08-28
Fixed #30733 -- Doc'd that datetime lookups require time zone definitions in ...
Andrew
2019-08-27
Doc'd for_save argument of Expression.resolve_expression().
Matthew Schinckel
2019-08-18
Refs #28428 -- Made FileField.upload_to support pathlib.Path.
Claude Paroz
2019-08-09
Fixed #30688 -- Clarified base_manager_name docs.
Carlton Gibson
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-07-31
Fixed #30665 -- Added support for distinct argument to Avg() and Sum().
Étienne Beaulé
2019-07-25
Fixed #30657 -- Allowed customizing Field's descriptors with a descriptor_cla...
Jon Dufresne
2019-07-18
Refs #30547 -- Clarified that partial UniqueConstraints don't affect model va...
Mariusz Felisiak
2019-07-08
Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...
can
2019-06-24
Fixed typo in docs/ref/models/indexes.txt.
Alexey Opalev
2019-06-22
Removed unneeded non-breaking spaces added in 00169bc36
Claude Paroz
2019-06-21
Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...
Nadège Michel
2019-06-20
Removed unnecessary backslashes from docs.
Mariusz Felisiak
2019-06-20
Fixed #30547 -- Doc'd how Meta.constraints affect model validation.
Swat009
2019-06-11
Fixed #30486 -- Fixed the default value of Aggregate.distinct and updated exa...
Vyacheslav Ver
2019-06-04
Fixed #30505 -- Doc'd how changes in the order of Field.choices affect migrat...
Caio Ariede
[next]