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
2021-12-06
[4.0.x] Fixed #33335 -- Made model validation ignore functional unique constr...
Hannes Ljungberg
2021-12-03
[4.0.x] Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField o...
Mariusz Felisiak
2021-09-30
[4.0.x] Fixed #33159 -- Reverted "Fixed #32970 -- Changed WhereNode.clone() t...
Mariusz Felisiak
2021-09-29
[4.0.x] Fixed #33018 -- Fixed annotations with empty queryset.
David Wobrock
2021-09-29
[4.0.x] Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_res...
David Wobrock
2021-09-28
[4.0.x] Fixed #33033 -- Prevented models.DecimalField from accepting NaN values.
Chinmoy Chakraborty
2021-09-23
[4.0.x] Fixed #33133 -- Fixed handling NullBooleanField in historical migrati...
Mariusz Felisiak
2021-09-20
Refs #27624 -- Optimized Query.clone() for non-combined queries.
Keryn Knight
2021-09-20
Fixed #32970 -- Changed WhereNode.clone() to create a shallow copy of children.
Keryn Knight
2021-09-17
Refs #27624 -- Changed Query.explain_info to namedtuple.
Adam Johnson
2021-09-17
Optimized Query.clone() a bit.
Adam Johnson
2021-09-16
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Carlton Gibson
2021-09-09
Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit...
Hasan Ramezani
2021-09-01
Fixed #33073 -- Fixed queryset crash with aggregation and empty/extra queryse...
David Wobrock
2021-08-19
Fixed #33025 -- Avoided accessing the database connections in Query.build_loo...
Keryn Knight
2021-08-09
Removed unnecessary WhereNode.is_summary.
Mariusz Felisiak
2021-08-09
Fixed #33003 -- Removed **kwargs from QuerySet._chain().
Keryn Knight
2021-08-06
Fixed #32983 -- Added system check for redundant related_name on symmetrical ...
Nick Touran
2021-07-30
Refs #32966 -- Refactored out DateTimeCheckMixin._check_if_value_fixed().
Chris Jerdonek
2021-07-30
Refs #32966 -- Simplified the _check_fix_default_value() implementations.
Chris Jerdonek
2021-07-30
Refs #32966 -- Added _to_naive() and _get_naive_now() for use in DateTimeChec...
Chris Jerdonek
2021-07-30
Fixed #32966 -- Fixed TimeField.check() crash for timezone-aware times in def...
Chris Jerdonek
2021-07-28
Refs #32946 -- Changed internal usage of dynamic Q() objects construction to ...
Keryn Knight
2021-07-28
Refs #32946 -- Changed Query.add_filter() to take two arguments.
Keryn Knight
2021-07-26
Fixed #32947 -- Fixed hash() crash on reverse M2M relation when through_field...
Tom Wojcik
2021-07-22
Fixed #32951 -- Removed Query.where_class & co.
Nick Pope
2021-07-20
Fixed #32704 -- Fixed list of deferred fields when chaining QuerySet.defer() ...
David Wobrock
2021-07-20
Fixed #32944 -- Avoided unnecessary WhereNode.add() calls.
Keryn Knight
2021-07-19
Fixed #10929 -- Added default argument to aggregates.
Nick Pope
2021-07-16
Prevented SQLCompiler.execute_sql() from closing cursor twice.
Nick Pope
2021-07-15
Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db....
Daniyal
2021-07-12
Refs #32074 -- Used Enum.repr() format proposed for Python 3.10.
Mariusz Felisiak
2021-07-09
Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...
Ian Foote
2021-07-07
Fixed #32840 -- Optimized Field.get_col().
Keryn Knight
2021-07-05
Fixed #32226 -- Fixed JSON format of QuerySet.explain() on PostgreSQL.
Wu Haotian
2021-07-02
Refs #26430 -- Re-introduced empty aggregation optimization.
Simon Charette
2021-07-02
Fixed #26430 -- Fixed coalesced aggregation of empty result sets.
Simon Charette
2021-06-30
Fixed #32786 -- Moved subquery ordering clearing optimization to the _in lookup.
Hannes Ljungberg
2021-06-30
Refs #32786 -- Made Query.clear_ordering() not to cause side effects by default.
Hannes Ljungberg
2021-06-29
Fixed #32381 -- Made QuerySet.bulk_update() return the number of objects upda...
abhiabhi94
2021-06-22
Fixed #32863 -- Skipped system check for specifying type of auto-created prim...
Hasan Ramezani
2021-06-22
Refs #32858, Refs #32392 -- Restored using :: shortcut syntax in Cast() on Po...
Mariusz Felisiak
2021-06-15
Fixed #30427, Fixed #16176 -- Corrected setting descriptor in Field.contribut...
Carlton Gibson
2021-06-04
Fixed #32812 -- Restored immutability of named values from QuerySet.values_li...
Takayuki Hirayama
2021-05-28
Fixed #32676 -- Prevented migrations from rendering related field attributes ...
David Wobrock
2021-05-28
Refs #32779 -- Changed DatabaseSchemaEditor._unique_sql()/_create_unique_sql(...
Hannes Ljungberg
2021-05-24
Refs #24121 -- Added __repr__() to Lookup.
saeedblanchette
2021-05-24
Refs #24121 -- Improved Value.__repr__().
Mariusz Felisiak
2021-05-18
Fixed #32733 -- Skipped system check for specifying type of auto-created prim...
Rust Saiargaliev
2021-05-17
Fixed #32750 -- Fixed crash of Extract() transform on OuterRef() expressions.
Artur Beltsov
[next]