summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2022-08-01[4.0.x] Fixed collation tests on MySQL 8.0.30+.Mariusz Felisiak
2022-07-04[4.0.x] Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) ag...Mariusz Felisiak
2022-05-19[4.0.x] Fixed #33705 -- Fixed crash when using IsNull() lookup in filters.David Wobrock
2022-04-11[4.0.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against...Mariusz Felisiak
2022-04-11[4.0.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(), a...Mariusz Felisiak
2022-03-30[4.0.x] Fixed #33598 -- Reverted "Removed unnecessary reuse_with_filtered_rel...Mariusz Felisiak
2022-03-29[4.0.x] Updated Oracle docs links to Oracle 21c.Mariusz Felisiak
2022-02-16[4.0.x] Fixed #33515 -- Prevented recreation of migration for ManyToManyField...Mariusz Felisiak
2022-02-08[4.0.x] Refs #33476 -- Refactored code to strictly match 88 characters line l...Mariusz Felisiak
2022-02-08[4.0.x] Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03[4.0.x] Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2022-02-01[4.0.x] Fixed #33480 -- Fixed makemigrations crash when renaming field of ren...Kirill Safronov
2022-01-31[4.0.x] Fixed #33468 -- Fixed QuerySet.aggregate() after annotate() crash on ...Mariusz Felisiak
2022-01-27[4.0.x] Fixed #33462 -- Fixed migration crash when altering type of primary k...Mariusz Felisiak
2022-01-21[4.0.x] Fixed #33449 -- Fixed makemigrations crash on models without Meta.ord...Fabian Büchler
2021-12-22[4.0.x] Refs #32355 -- Bumped required psycopg2 version to 2.8.4.Mariusz Felisiak
2021-12-06[4.0.x] Fixed #33335 -- Made model validation ignore functional unique constr...Hannes Ljungberg
2021-12-03[4.0.x] Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField o...Mariusz Felisiak
2021-11-12[4.0.x] Fixed #33279 -- Fixed handling time zones with "-" sign in names.Can Sarigol
2021-11-02[4.0.x] Fixed #33234 -- Fixed autodetector crash for proxy models inheriting ...Mariusz Felisiak
2021-10-25[4.0.x] Fixed #31503 -- Made autodetector remove unique/index_together before...David Wobrock
2021-10-18[4.0.x] Fixed #33194 -- Fixed migrations when altering a field with functiona...Hannes Ljungberg
2021-10-11[4.0.x] Refs #32900 -- Restored '[y/N]' in questioner prompt when merging mig...Seonghyeon Cho
2021-10-01[4.0.x] Fixed #33160 -- Avoided suppressing query errors in _nodb_cursor() on...Daniel Hahler
2021-09-30[4.0.x] Fixed #33159 -- Reverted "Fixed #32970 -- Changed WhereNode.clone() t...Mariusz Felisiak
2021-09-29[4.0.x] Fixed #33018 -- Fixed annotations with empty queryset.David Wobrock
2021-09-29[4.0.x] Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_res...David Wobrock
2021-09-28[4.0.x] Fixed #33033 -- Prevented models.DecimalField from accepting NaN values.Chinmoy Chakraborty
2021-09-23[4.0.x] Fixed #33133 -- Fixed handling NullBooleanField in historical migrati...Mariusz Felisiak
2021-09-20Refs #27624 -- Optimized Query.clone() for non-combined queries.Keryn Knight
2021-09-20Fixed #32970 -- Changed WhereNode.clone() to create a shallow copy of children.Keryn Knight
2021-09-17Refs #27624 -- Changed Query.explain_info to namedtuple.Adam Johnson
2021-09-17Optimized Query.clone() a bit.Adam Johnson
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-09-09Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit...Hasan Ramezani
2021-09-01Fixed #33073 -- Fixed queryset crash with aggregation and empty/extra queryse...David Wobrock
2021-09-01Fixed #33080 -- Preserved nullability of textual fields on Oracle.Mariusz Felisiak
2021-08-31Fixed #33057 -- Fixed recreation of foreign key constraints in m2m tables whe...Mariusz Felisiak
2021-08-30Fixed #24900 -- Allowed migrating backward to squashed migrations.Jacob Walls
2021-08-27Fixed #32900 -- Improved migrations questioner prompts.Mateo Radman
2021-08-26Refs #29898 -- Changed fields in ProjectState's relation registry to dict.Mariusz Felisiak
2021-08-25Refs #29898 -- Made ProjectState encapsulate alterations in relations registry.Manav Agarwal
2021-08-24Refs #10929 -- Allowed NowUTC SQL customization for third-party backends.Tim Graham
2021-08-20Refs #29898 -- Refactored out ProjectState.resolve_model_relations()/resolve_...Manav Agarwal
2021-08-20Fixed #33017 -- Fixed storage engine introspection on MySQL.Matjaz Gregoric
2021-08-20Optimized DatabaseSchemaEditor._field_should_be_indexed() on MySQL.Matjaz Gregoric
2021-08-19Fixed #33025 -- Avoided accessing the database connections in Query.build_loo...Keryn Knight
2021-08-19Fixed #33014 -- Made ProjectState raise exception when real_apps argument is ...Chris Jerdonek
2021-08-11Refs #29898 -- Changed ProjectState.real_apps to set.Mariusz Felisiak
2021-08-09Removed unnecessary WhereNode.is_summary.Mariusz Felisiak