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-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
Refs #33482 -- Fixed QuerySet selecting and filtering againts negated Exists(...
Mariusz Felisiak
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-02-02
Fixed #33482 -- Fixed QuerySet filtering againts negated Exists() with empty ...
Simon Charette
2022-01-31
Fixed #33468 -- Fixed QuerySet.aggregate() after annotate() crash on aggregat...
Mariusz Felisiak
2022-01-27
Fixed #33463 -- Fixed QuerySet.bulk_update() with F() expressions.
Jörg Breitbart
2022-01-25
Fixed #29984 -- Added QuerySet.iterator() support for prefetching related obj...
Jacob Walls
2022-01-19
Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
sean_c_hsu
2022-01-17
Fixed #29338 -- Allowed using combined queryset in Subquery.
Mariusz Felisiak
2022-01-17
Fixed #33435 -- Fixed invalid SQL generatered by Subquery.as_sql().
My-Name-Is-Nabil
2022-01-14
Fixed #33441 -- Restored immutability of models.Field.__hash__().
Adam Johnson
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
[prev]
[next]