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
/
django
/
db
/
models
Age
Commit message (
Expand
)
Author
2020-01-31
Cached ForeignObject.(local/foreign/reverse)_related_fields properties.
Adam Johnson
2020-01-31
Fixed 31207 -- Prevented references to non-local remote fields in ForeignKey....
Hasan Ramezani
2020-01-31
Fixed #31219 -- Fixed object deletion crash for nested protected related obje...
Matthias Kestenholz
2020-01-29
Simplified DeferredAttribute.__get__() a bit.
Taoup
2020-01-29
Used model's Options.label/label_lower where applicable.
Mariusz Felisiak
2020-01-29
Refs #27852 -- Fixed object deletion to show all restricted related objects r...
Hasan Ramezani
2020-01-29
Refs #27852 -- Renamed a loop variable in Collector.collect() to avoid redefi...
Mariusz Felisiak
2020-01-27
Refs #27852 -- Fixed object deletion to show all protected related objects ra...
Hasan Ramezani
2020-01-20
Changed re-raising an exception to use bare raise syntax where appropriate.
Jon Dufresne
2020-01-16
Used constant instead of hard-coded value for recursive relationship.
Adam Johnson
2020-01-16
Fixed #29998 -- Allowed multiple OneToOneFields to the parent model.
Mariusz Felisiak
2020-01-15
Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited ...
Carlton Gibson
2020-01-15
Refs #31136 -- Made QuerySet.values()/values_list() group only by selected an...
Mariusz Felisiak
2020-01-15
Fixed #29871 -- Allowed setting pk=None on a child model to create a copy.
chetan22
2020-01-11
Fixed #31155 -- Fixed a system check for the longest choice when a named grou...
Mariusz Felisiak
2020-01-10
Fixed #31154 -- Added support for using enumeration types in templates.
Adam Johnson
2020-01-09
Fixed #31148 -- Added error messages on update()/delete() operations followin...
Hasan Ramezani
2020-01-09
Fixed #21238 -- Fixed restoring attributes when pickling FileField and ImageF...
Hasan Ramezani
2020-01-07
Simplified model's Options.add_field() a bit.
Taoup
2020-01-04
Fixed #31136 -- Disabled grouping by aliases on QuerySet.values()/values_list().
Mariusz Felisiak
2019-12-30
Fixed #31071 -- Disabled insert optimization for primary keys with defaults w...
Simon Charette
2019-12-23
Fixed #31109 -- Disabled grouping by aliases on QuerySet.exists().
Simon Charette
2019-12-19
Fixed #31095 -- Made RelatedManager.set() preserve existing m2m relations wit...
Hasan Ramezani
2019-12-19
Fixed #31094 -- Included columns referenced by subqueries in GROUP BY on aggr...
Simon Charette
2019-12-16
Optimized containment check in ChoicesMeta.
Ram Rachum
2019-12-10
Used Signature API instead of deprecated inspect.getcallargs().
Baptiste Mispelon
2019-12-09
Refs #31044 -- Fixed error message when using Prefetch with a values_list() q...
Mariusz Felisiak
2019-12-09
Fixed #31044 -- Errored nicely when using Prefetch with a raw() queryset.
Hasan Ramezani
2019-12-06
Made Query.check_filterable() use bool by default instead of str.
Alex Aktsipetrov
2019-12-06
Fixed #31060 -- Reallowed window expressions to be used in conditions outside...
Alex Aktsipetrov
2019-12-03
Fixed #31046 -- Allowed RelatedManager.add()/create()/set() to accept callabl...
Baptiste Mispelon
2019-12-03
Simplified RelatedManager._add_items() a bit.
Baptiste Mispelon
2019-12-03
Refs #31046 -- Added django.db.models.utils.resolve_callables().
Baptiste Mispelon
2019-12-02
Fixed #30953 -- Made select_for_update() lock queryset's model when using "se...
Mariusz Felisiak
2019-11-22
Fixed #8467 -- Prevented crash when adding existent m2m relation with an inva...
Simon Charette
2019-11-21
Refs #25367 -- Made Query.build_filter() raise TypeError on non-conditional e...
Simon Charette
2019-11-21
Fixed #30484 -- Added conditional expressions support to CheckConstraint.
Simon Charette
2019-11-21
Refs #25367 -- Moved conditional expression wrapping to the Exact lookup.
Simon Charette
2019-11-21
Refs #11964 -- Removed SimpleCol in favor of Query(alias_cols).
Simon Charette
2019-11-19
Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...
Daniel Izquierdo
2019-11-19
Refs #27272 -- Added Collector.add_dependency().
Daniel Izquierdo
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-11-18
Fixed #30988 -- Deprecated the InvalidQuery exception.
Simon Charette
2019-11-18
Replaced QueryWrapper single usage with RawSQL.
Simon Charette
2019-11-13
Fixed #30971 -- Prevented Query.resolve_lookup_value() from coercing list val...
George Marshall
2019-11-08
Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFi...
Hasan Ramezani
2019-11-05
Refs #30095 -- Added Field._choices_is_value().
Hasan Ramezani
2019-11-04
Refs #13312 -- Simplified handling of nulls ordering on MySQL.
Nick Pope
2019-11-04
Fixed #30931 -- Restored ability to override Model.get_FIELD_display().
Carlton Gibson
2019-10-31
Refs #13312 -- Removed unnecessary IF wrapping in nulls_last handling on MySQL.
Simon Charette
[prev]
[next]