summaryrefslogtreecommitdiff
path: root/django/db/models
AgeCommit message (Expand)Author
2020-11-25[3.1.x] Fixed #32203 -- Fixed QuerySet.values()/values_list() crash on key tr...sage
2020-11-19[3.1.x] Fixed #32200 -- Fixed grouping by ExpressionWrapper() with Q objects.Hasan Ramezani
2020-11-10[3.1.x] Fixed #32182 -- Fixed crash of JSONField nested key transforms with s...Hannes Ljungberg
2020-10-29[3.1.x] Fixed #32152 -- Fixed grouping by subquery aliases.Christian Klus
2020-10-19[3.1.x] Fixed #32107 -- Fixed ProtectedError.protected_objects and Restricted...Hasan Ramezani
2020-10-15[3.1.x] Refs #32096 -- Made JSONField check respect Meta.required_db_vendor.Mariusz Felisiak
2020-10-14[3.1.x] Refs #32096 -- Fixed ExpressionWrapper crash with JSONField key trans...Mariusz Felisiak
2020-10-14[3.1.x] Refs #32096 -- Fixed __in lookup crash against key transforms for JSO...Mariusz Felisiak
2020-09-30[3.1.x] Bumped minimum isort version to 5.1.0.David Smith
2020-09-15[3.1.x] Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregat...Mariusz Felisiak
2020-09-14[3.1.x] Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models...Mariusz Felisiak
2020-09-02[3.1.x] Fixed #31941 -- Corrected FileField.deconstruct() with a callable sto...Brian Helba
2020-08-31[3.1.x] Fixed #31952 -- Fixed EmptyFieldListFilter crash with reverse relatio...Federico Jaramillo Martínez
2020-08-31[3.1.x] Fixed #31965 -- Adjusted multi-table fast-deletion on MySQL/MariaDB.Simon Charette
2020-08-28[3.1.x] Fixed #31956 -- Fixed crash of ordering by JSONField with a custom de...Mariusz Felisiak
2020-08-26[3.1.x] Fixed #31936 -- Fixed __in lookup on key transforms for JSONField.Mariusz Felisiak
2020-08-13[3.1.x] Fixed #31863 -- Prevented mutating model state by copies of model ins...Gert Burger
2020-08-11[3.1.x] Fixed #31866 -- Fixed locking proxy models in QuerySet.select_for_upd...Daniel Hillier
2020-07-28[3.1.x] Fixed #31829 -- Used JSONField __contains lookup on key transforms.sage
2020-07-28[3.1.x] Fixed #31836 -- Dropped support for JSONField __contains and __contai...Mariusz Felisiak
2020-07-28[3.1.x] Fixed #31835 -- Dropped support for JSONField __contains lookup on Or...Mariusz Felisiak
2020-07-09[3.1.x] Fixed #31773 -- Fixed preserving output_field in ExpressionWrapper fo...Mariusz Felisiak
2020-06-26[3.1.x] Fixed #31742 -- Fixed makemigrations crash on ForeignKey to an app wi...Mariusz Felisiak
2020-06-12[3.1.x] Fixed #31659 -- Made ExpressionWrapper preserve output_field for comb...Mariusz Felisiak
2020-06-10[3.1.x] Fixed #31657 -- Fixed ordering by attnames of self-referential Foreig...Hasan Ramezani
2020-06-08[3.1.x] Fixed #31664 -- Reallowed using non-expressions having filterable att...Nicolas Baccelli
2020-06-08[3.1.x] Fixed #31660 -- Fixed queryset crash when grouping by m2o relation.Mariusz Felisiak
2020-06-05[3.1.x] Fixed #31663 -- Made DecimalField.to_python() handle non-numeric inva...Sasha Pachev
2020-06-03[3.1.x] Fixed #31651 -- Made ExpressionWrapper use grouping columns from wrap...Thodoris Sotiropoulos
2020-05-29[3.1.x] Refs #21171 -- Made Collector.delete() rollback in the correct database.Simon Charette
2020-05-26[3.1.x] Fixed #31614 -- Fixed aliases ordering by OrderBy() expressions of co...Laurent Tramoy
2020-05-25[3.1.x] Fixed #31624 -- Avoided subquery usage on QuerySet.all().delete().Simon Charette
2020-05-19[3.1.x] Fixed #31607 -- Fixed evaluated Subquery equality.Mariusz Felisiak
2020-05-14[3.1.x] Fixed #31584 -- Fixed crash when chaining values()/values_list() afte...Mariusz Felisiak
2020-05-14[3.1.x] Fixed #31568 -- Fixed alias reference when aggregating over multiple ...Simon Charette
2020-05-14[3.1.x] Fixed #31566 -- Fixed aliases crash when chaining values()/values_lis...Simon Charette
2020-05-11Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne
2020-05-11Optimized Model and QuerySet pickling version comparison.Adam Johnson
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-05-05Fixed #31538 -- Fixed Meta.ordering validation lookups that are not transforms.Mariusz Felisiak
2020-04-30Fixed #20581 -- Added support for deferrable unique constraints.Ian Foote
2020-04-27Removed unnecessary tuple wrapping of single format string argument.François Freitag
2020-04-24Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...Tim Schilling
2020-04-23Fixed #31500 -- Fixed detecting of unique fields in QuerySet.in_bulk() when u...Hannes Ljungberg
2020-04-22Avoided unnecessary recompilation of ordering clause regex in SQLCompiler.Adam Johnson
2020-04-20Fixed #31474 -- Made QuerySet.delete() not return the number of deleted objec...Hasan Ramezani
2020-04-15Fixed #31223 -- Added __class_getitem__() to Manager and QuerySet.sobolevn
2020-04-10Fixed #31351 -- Added system checks for partial indexes and unique constraint...Ichlasul Affan
2020-04-08Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.miigotu
2020-04-07Refs #27666 -- Ensured relationship consistency on delayed reloads.Simon Charette