summaryrefslogtreecommitdiff
path: root/django/db/models
AgeCommit message (Expand)Author
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
2020-04-06Fixed #31426 -- Added proper field validation to QuerySet.order_by().Simon Charette
2020-04-06Refs #7098 -- Deprecated passing raw column aliases to order_by().Simon Charette
2020-04-06Fixed #31420 -- Fixed crash when filtering subquery annotation against a Simp...Hasan Ramezani
2020-04-04Fixed #31415 -- Fixed crash when nested OuterRef is used with operators or in...Hasan Ramezani
2020-04-01Refs #12990 -- Moved PostgresSimpleLookup to the django.db.models.lookups.Pos...Mariusz Felisiak
2020-03-31Refs #31403 -- Made SQLInsertCompiler.execute_sql() always return an iterable...Adam Johnson
2020-03-25Fixed #23916 -- Allowed makemigrations to handle related model name case chan...Adam Johnson
2020-03-25Fixed #31396 -- Added binary XOR operator to F expressions.Hannes Ljungberg
2020-03-25Fixed #31377 -- Disabled grouping by aliases on QuerySet.values()/values_list...Hasan Ramezani
2020-03-20Refs #29724 -- Added is_dst parameter to QuerySet.datetimes().Hasan Ramezani
2020-03-19Fixed #31285 -- Fixed inherited Meta.ordering of "-pk".Jon Dufresne
2020-03-18Refs #31055 -- Made long column names checks support databases aware.Mariusz Felisiak
2020-03-18Fixed #31376 -- Optimized nulls ordering when possible on SQLite and MySQL.Simon Charette
2020-03-05Fixed #29129 -- Skipped UPDATE when adding a model instance with inherited pr...Abhijeet Viswa
2020-03-05Fixed #31327 -- Deprecated providing_args argument for Signal.Jon Dufresne
2020-03-03Fixed #31150 -- Included subqueries that reference related fields in GROUP BY...Mariusz Felisiak
2020-02-28Fixed #31310 -- Fixed hints in checks for using intermediate model with ambig...Matheus Cunha Motta
2020-02-27Fixed #31251 -- Disabled grouping by OuterRef() annotation.Rohit