summaryrefslogtreecommitdiff
path: root/django/db/models
AgeCommit message (Expand)Author
2021-01-14Fixed #32321 -- Added system checks for invalid model field names in function...Hasan Ramezani
2021-01-13Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg
2021-01-12Refs #26709 -- Made Index raise ValueError on non-string fields.Hannes Ljungberg
2021-01-05Fixed #32231 -- Allowed passing None params to QuerySet.raw().Alexander Lyabah
2020-12-30Fixed #32294 -- Prevented ManyToManyField's hidden related name collisions be...manav014
2020-12-29Added app labels to related fields checks messages E302-E305.Mariusz Felisiak
2020-12-29Used model's Options.label where applicable.Mariusz Felisiak
2020-12-23Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...Hannes Ljungberg
2020-12-16Fixed #32089 -- Fixed prefetch_related_objects() when some objects are alread...Alexey Nigin
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2020-12-11Fixed #32252 -- Fixed __isnull=True on key transforms on SQLite and Oracle.sage
2020-12-07Removed lhs_only argument from KeyTransform.preprocess_lhs().sage
2020-12-02Fixed #32179 -- Added JSONObject database function.Artur Beltsov
2020-11-27Fixed #25534, Fixed #31639 -- Added support for transform references in expre...Ian Foote
2020-11-25Fixed #32203 -- Fixed QuerySet.values()/values_list() crash on key transforms...sage
2020-11-24Simplified JSONField key transforms by using JSON_OBJECT() on Oracle.Mariusz Felisiak
2020-11-19Fixed #32200 -- Fixed grouping by ExpressionWrapper() with Q objects.Hasan Ramezani
2020-11-16Fixed #31507 -- Added QuerySet.exists() optimizations to compound queries.David-Wobrock
2020-11-14Fixed #31496 -- Fixed QuerySet.values()/values_list() crash on combined query...David-Wobrock
2020-11-10Fixed #32182 -- Fixed crash of JSONField nested key transforms with subquery ...Hannes Ljungberg
2020-11-04Fixed #31910 -- Fixed crash of GIS aggregations over subqueries.Simon Charette
2020-11-02Fixed #32132 -- Fixed column types in m2m intermediary tables for Positive(Bi...David-Wobrock
2020-10-29Fixed #32152 -- Fixed grouping by subquery aliases.Christian Klus
2020-10-28Made small readability improvements.Martin Thoma
2020-10-28Fixed #32143 -- Used EXISTS to exclude multi-valued relationships.Simon Charette
2020-10-28Refs #27149 -- Fixed sql.Query identity.Simon Charette
2020-10-27Improved naming consistency in BaseManage.contribute_to_class().Nguyen You
2020-10-26Fixed #29497 -- Fixed loss of assigned parent when saving child with bulk_cre...Hannes Ljungberg
2020-10-23Fixed #32134 -- Fixed crash of __range lookup with namedtuple.Adam Johnson
2020-10-21Fixed #26390 -- Disabled grouping by Random().Étienne Beaulé
2020-10-21Fixed #32126 -- Fixed grouping by Case() annotation without cases.Hannes Ljungberg
2020-10-19Fixed #32107 -- Fixed ProtectedError.protected_objects and RestrictedError.re...Hasan Ramezani
2020-10-19Fixed #32116 -- Fixed QuerySet.order_by() crash on EmptyQuerySet with union()...Hannes Ljungberg
2020-10-15Refs #32096 -- Made JSONField check respect Meta.required_db_vendor.Mariusz Felisiak
2020-10-14Refs #32096 -- Fixed ExpressionWrapper crash with JSONField key transforms.Mariusz Felisiak
2020-10-14Refs #32096 -- Fixed __in lookup crash against key transforms for JSONField.Mariusz Felisiak
2020-10-14Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...David-Wobrock
2020-10-14Refs #31640 -- Made Extract raise ValueError when using tzinfo with Date/Time...David-Wobrock
2020-10-12Fixed #32098 -- Made FieldFile use FileField.attname.Sultan
2020-10-06Refs #20577 -- Deferred filtering of prefetched related querysets by reverse ...Bob Renwick
2020-10-05Refs #31926 -- Fixed reverse related identity crash on Q() limit_choices_to.Simon Charette
2020-10-05Fixed #32068 -- Added error messages on get() with filters following union(),...Hasan Ramezani
2020-10-05Fixed #31926 -- Fixed recreating queryset with FilteredRelation when using a ...David-Wobrock
2020-10-02Fixed #32060 -- Added Random database function.Nick Pope
2020-09-29Fixed #31880 -- Made QuerySet.aggregate() raise FieldError when aggregating o...David Wobrock
2020-09-23Fixed #31723 -- Fixed window functions crash with DecimalField on SQLite.Hasan Ramezani
2020-09-21Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick
2020-09-17Fixed #31916 -- Fixed combined queryset crash when combining with ordered com...Hasan Ramezani
2020-09-16Fixed #31843 -- Fixed pickling named values from QuerySet.values_list().Kwist
2020-09-15Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregation.Mariusz Felisiak