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-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
2020-10-19
Fixed #32116 -- Fixed QuerySet.order_by() crash on EmptyQuerySet with union()...
Hannes Ljungberg
2020-10-15
Refs #32096 -- Made JSONField check respect Meta.required_db_vendor.
Mariusz Felisiak
2020-10-14
Refs #32096 -- Fixed ExpressionWrapper crash with JSONField key transforms.
Mariusz Felisiak
2020-10-14
Refs #32096 -- Fixed __in lookup crash against key transforms for JSONField.
Mariusz Felisiak
2020-10-14
Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...
David-Wobrock
2020-10-14
Refs #31640 -- Made Extract raise ValueError when using tzinfo with Date/Time...
David-Wobrock
2020-10-12
Fixed #32098 -- Made FieldFile use FileField.attname.
Sultan
2020-10-06
Refs #20577 -- Deferred filtering of prefetched related querysets by reverse ...
Bob Renwick
2020-10-05
Refs #31926 -- Fixed reverse related identity crash on Q() limit_choices_to.
Simon Charette
2020-10-05
Fixed #32068 -- Added error messages on get() with filters following union(),...
Hasan Ramezani
2020-10-05
Fixed #31926 -- Fixed recreating queryset with FilteredRelation when using a ...
David-Wobrock
2020-10-02
Fixed #32060 -- Added Random database function.
Nick Pope
2020-09-29
Fixed #31880 -- Made QuerySet.aggregate() raise FieldError when aggregating o...
David Wobrock
2020-09-23
Fixed #31723 -- Fixed window functions crash with DecimalField on SQLite.
Hasan Ramezani
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-17
Fixed #31916 -- Fixed combined queryset crash when combining with ordered com...
Hasan Ramezani
2020-09-16
Fixed #31843 -- Fixed pickling named values from QuerySet.values_list().
Kwist
2020-09-15
Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregation.
Mariusz Felisiak
2020-09-14
Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models with Me...
Mariusz Felisiak
2020-09-11
Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a...
Hasan Ramezani
2020-09-09
Fixed #31750 -- Made models.Field equality compare models for inherited fields.
Ryan Hiebert
2020-09-02
Fixed #31941 -- Corrected FileField.deconstruct() with a callable storage.
Brian Helba
2020-09-02
Fixed #31948 -- Added tzinfo parameter to TruncDate() and TruncTime().
Joe Jackson
2020-08-31
Fixed #31952 -- Fixed EmptyFieldListFilter crash with reverse relationships.
Federico Jaramillo Martínez
2020-08-31
Fixed #31965 -- Adjusted multi-table fast-deletion on MySQL/MariaDB.
Simon Charette
2020-08-31
Fixed #31919 -- Resolved output_field of IntegerField subclasses combinations.
Simon Charette
2020-08-28
Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...
Mariusz Felisiak
2020-08-27
Fixed #31947 -- Made QuerySet.update_or_create() reuse get_or_create().
Alexander
2020-08-26
Fixed #31936 -- Fixed __in lookup on key transforms for JSONField.
Mariusz Felisiak
2020-08-26
Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field.
Kaustubh
2020-08-13
Fixed #31792 -- Made Exists() reuse QuerySet.exists() optimizations.
Simon Charette
2020-08-12
Fixed #31382 -- Made Model.save(update_fields=...) raise ValueError on non-co...
Pat Garcia
2020-08-12
Fixed #31863 -- Prevented mutating model state by copies of model instances.
Gert Burger
2020-08-11
Fixed #21181 -- Added Collate database function.
Tom Carrick
2020-08-11
Fixed #31866 -- Fixed locking proxy models in QuerySet.select_for_update(of=()).
Daniel Hillier
2020-08-05
Fixed #26977 -- Made abstract models raise TypeError when instantiating.
Jacob Walls
2020-07-31
Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases.
Alexandr Tatarinov
2020-07-30
Removed unnecessary list() call in RelatedManager.add().
Sergey Fedoseev
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-29
Fixed #31783 -- Fixed crash when filtering againts "negate" field.
Hasan Ramezani
[prev]
[next]