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
2022-01-13
Improved Model.__init__() properties loop.
Adam Johnson
2022-01-11
Fixed #13251 -- Made pre/post_delete signals dispatch the origin.
mgaligniana
2022-01-07
Fixed #33216 -- Simpilified deconstructed paths for some expressions.
Allen Jonathan David
2022-01-05
Fixed #32511 -- Corrected handling prefetched nested reverse relationships.
Jamie Matthews
2022-01-04
Fixed #33406 -- Avoided creation of MaxLengthValidator(None) when resolving V...
Keryn Knight
2021-12-21
Fixed #33374 -- Fixed ExpressionWrapper annotations with full queryset.
David Wobrock
2021-12-10
Corrected return value of ForeignKey.db_check().
Adam Johnson
2021-12-08
Fixed #33319 -- Fixed crash when combining with the | operator querysets with...
Ömer Faruk Abacı
2021-12-08
Refs #33319 -- Added comment about keys/values assertion in Query.change_alia...
Ömer Faruk Abacı
2021-12-07
Refs #25265 -- Allowed customizing Query's datastructure classes.
Erik Cederstrand
2021-12-06
Fixed #33335 -- Made model validation ignore functional unique constraints.
Hannes Ljungberg
2021-12-03
Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField on Postgr...
Mariusz Felisiak
2021-12-02
Fixed #33282 -- Fixed a crash when OR'ing subquery and aggregation lookups.
Simon Charette
2021-12-02
Refs #32690 -- Altered lookups Query rhs alterations during initialization.
Simon Charette
2021-11-29
Fixed #33322 -- Fixed loss of assigned related object when saving relation wi...
Hannes Ljungberg
2021-11-23
Fixed #33309 -- Fixed QuerySet.distinct() crash on mixed case annotation.
arsalan.ghassemi
2021-11-23
Fixed #33304 -- Allowed passing string expressions to Window(order_by).
Simon Charette
2021-11-23
Refs #33304 -- Enclosed aggregate ordering logic in an expression.
Simon Charette
2021-11-19
Refs #24121 -- Added __repr__() to BaseDatabaseWrapper, JoinPromoter, and SQL...
Jonny Park
2021-11-08
Fixed #33257 -- Fixed Case() and ExpressionWrapper() with decimal values on S...
Matthijs Kooijman
2021-11-08
Fixed #32980 -- Made models cache related managers.
Keryn Knight
2021-11-04
Fixed #33262 -- Fixed crash of conditional aggregation on Exists().
Hannes Ljungberg
2021-11-03
Fixed #33260 -- Fixed crash when chaining QuerySet.exists() after select_for_...
Hannes Ljungberg
2021-11-03
Fixed #32996 -- Cached PathInfos on relations.
Keryn Knight
2021-10-28
Removed unused model's Options.installed.
Mariusz Felisiak
2021-10-21
Made F deconstruction omit 'expressions' in the path.
Adam Johnson
2021-10-13
Refs #25265 -- Allowed Query subclasses to build filters.
Erik Cederstrand
2021-10-06
Fixed #33131 -- Improved error messages for clashing reverse accessor names.
Bernd Wechner
2021-10-06
Refs #26430 -- Removed unused branch in sql.Query.get_count().
Simon Charette
2021-09-30
Fixed #33159 -- Reverted "Fixed #32970 -- Changed WhereNode.clone() to create...
Mariusz Felisiak
2021-09-29
Fixed #33018 -- Fixed annotations with empty queryset.
David Wobrock
2021-09-29
Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_...
David Wobrock
2021-09-28
Fixed #33033 -- Prevented models.DecimalField from accepting NaN values.
Chinmoy Chakraborty
2021-09-27
Refs #32355 -- Used @functools.lru_cache as a straight decorator.
Mariusz Felisiak
2021-09-24
Fixed #33124 -- Avoided accessing the database connections when not necessary.
Keryn Knight
2021-09-24
Fixed #33127 -- Added error messages on | and & operators with combined query...
Hasan Ramezani
2021-09-23
Fixed #33133 -- Fixed handling NullBooleanField in historical migrations.
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
[prev]
[next]