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-05-13
[3.2.x] Fixed #32718 -- Relaxed file name validation in FileField.
Mariusz Felisiak
2021-05-05
[3.2.x] Fixed #32714 -- Prevented recreation of migration for Meta.ordering w...
Simon Charette
2021-05-04
[3.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file...
Florian Apolloner
2021-04-28
[3.2.x] Fixed #32632, Fixed #32657 -- Removed flawed support for Subquery dec...
Simon Charette
2021-04-27
[3.2.x] Refs #32682 -- Fixed QuerySet.delete() crash on querysets with self-r...
Mariusz Felisiak
2021-04-21
[3.2.x] Fixed #32650 -- Fixed handling subquery aliasing on queryset combinat...
Simon Charette
2021-04-14
[3.2.x] Fixed #32548 -- Fixed crash when combining Q() objects with boolean e...
Jonathan Richards
2021-04-14
[3.2.x] Fixed #32635 -- Fixed system check crash for reverse o2o relations in...
Hasan Ramezani
2021-04-13
[3.2.x] Fixed #32627 -- Fixed QuerySet.values()/values_list() crash on combin...
Iuri de Silvio
2021-04-08
[3.2.x] Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_...
Adam Johnson
2021-02-24
[3.2.x] Fixed #32478 -- Included nested columns referenced by subqueries in G...
Simon Charette
2021-02-19
[3.2.x] Fixed #32455 -- Allowed right combining Q() with boolean expressions.
Hasan Ramezani
2021-02-18
[3.2.x] Fixed #32450 -- Fixed crash when ANDing/ORing an empty Q() with not p...
starryrbs
2021-02-11
[3.2.x] Fixed #32433 -- Added error message on QuerySet.delete() following di...
Egidijus Macijauskas
2021-02-04
[3.2.x] Refs #32074 -- Fixed TextChoices/IntegerChoices crash on Python 3.10.
Mariusz Felisiak
2021-02-04
[3.2.x] Fixed #32332 -- Fixed loss of parent with non-numeric pk when saving ...
Hasan Ramezani
2021-01-29
[3.2.x] Fixed #32392 -- Fixed ExclusionConstraint crash with Cast() in expres...
Tilman Koschnick
2021-01-21
[3.2.x] Fixed #32367 -- Fixed system check for specifying type of auto-create...
Mariusz Felisiak
2021-01-14
Fixed #32321 -- Added system checks for invalid model field names in function...
Hasan Ramezani
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2021-01-12
Refs #26709 -- Made Index raise ValueError on non-string fields.
Hannes Ljungberg
2021-01-05
Fixed #32231 -- Allowed passing None params to QuerySet.raw().
Alexander Lyabah
2020-12-30
Fixed #32294 -- Prevented ManyToManyField's hidden related name collisions be...
manav014
2020-12-29
Added app labels to related fields checks messages E302-E305.
Mariusz Felisiak
2020-12-29
Used model's Options.label where applicable.
Mariusz Felisiak
2020-12-23
Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...
Hannes Ljungberg
2020-12-16
Fixed #32089 -- Fixed prefetch_related_objects() when some objects are alread...
Alexey Nigin
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-12-11
Fixed #32252 -- Fixed __isnull=True on key transforms on SQLite and Oracle.
sage
2020-12-07
Removed lhs_only argument from KeyTransform.preprocess_lhs().
sage
2020-12-02
Fixed #32179 -- Added JSONObject database function.
Artur Beltsov
2020-11-27
Fixed #25534, Fixed #31639 -- Added support for transform references in expre...
Ian Foote
2020-11-25
Fixed #32203 -- Fixed QuerySet.values()/values_list() crash on key transforms...
sage
2020-11-24
Simplified JSONField key transforms by using JSON_OBJECT() on Oracle.
Mariusz Felisiak
2020-11-19
Fixed #32200 -- Fixed grouping by ExpressionWrapper() with Q objects.
Hasan Ramezani
2020-11-16
Fixed #31507 -- Added QuerySet.exists() optimizations to compound queries.
David-Wobrock
2020-11-14
Fixed #31496 -- Fixed QuerySet.values()/values_list() crash on combined query...
David-Wobrock
2020-11-10
Fixed #32182 -- Fixed crash of JSONField nested key transforms with subquery ...
Hannes Ljungberg
2020-11-04
Fixed #31910 -- Fixed crash of GIS aggregations over subqueries.
Simon Charette
2020-11-02
Fixed #32132 -- Fixed column types in m2m intermediary tables for Positive(Bi...
David-Wobrock
2020-10-29
Fixed #32152 -- Fixed grouping by subquery aliases.
Christian Klus
2020-10-28
Made small readability improvements.
Martin Thoma
2020-10-28
Fixed #32143 -- Used EXISTS to exclude multi-valued relationships.
Simon Charette
2020-10-28
Refs #27149 -- Fixed sql.Query identity.
Simon Charette
2020-10-27
Improved naming consistency in BaseManage.contribute_to_class().
Nguyen You
2020-10-26
Fixed #29497 -- Fixed loss of assigned parent when saving child with bulk_cre...
Hannes Ljungberg
2020-10-23
Fixed #32134 -- Fixed crash of __range lookup with namedtuple.
Adam Johnson
2020-10-21
Fixed #26390 -- Disabled grouping by Random().
Étienne Beaulé
2020-10-21
Fixed #32126 -- Fixed grouping by Case() annotation without cases.
Hannes Ljungberg
2020-10-19
Fixed #32107 -- Fixed ProtectedError.protected_objects and RestrictedError.re...
Hasan Ramezani
[next]