https://github.com/django/django

sort by:
Revision Author Date Message Commit Date
0eca7a6 [3.2.x] Bumped version for 3.2.5 release. 01 July 2021, 06:30:45 UTC
a34a5f7 [3.2.x] Fixed CVE-2021-35042 -- Prevented SQL injection in QuerySet.order_by(). Regression introduced in 513948735b799239f3ef8c89397592445e1a0cd5 by marking the raw SQL column reference feature for deprecation in Django 4.0 while lifting the column format validation. In retrospective the validation should have been kept around and the user should have been pointed at using RawSQL expressions during the deprecation period. The main branch is not affected because the raw SQL column reference support has been removed in 06eec3197009b88e3a633128bbcbd76eea0b46ff per the 4.0 deprecation life cycle. Thanks Joel Saunders for the report. 01 July 2021, 06:29:23 UTC
da2269d [3.2.x] Added stub release notes for 3.1.13 and release date for 3.2.5. Backport of 8e97698d7b537cd298438a8d7b55916d275ff851 from main 01 July 2021, 04:57:41 UTC
aaef411 [3.2.x] Fixed #32850 -- Doc'd Sitemap.paginator. Backport of 775f7506d7fbabf79d8bdec4ccf039ce2870fe70 from main 30 June 2021, 18:54:56 UTC
04b7440 [3.2.x] Updated translations from Transifex. 28 June 2021, 05:06:24 UTC
8b2b627 [3.2.x] Fixed #32863 -- Skipped system check for specifying type of auto-created primary keys on models with invalid app_label. Regression in b5e12d490af3debca8c55ab3c1698189fdedbbdb. Thanks Iuri de Silvio for the report. Backport of 7a9745fed498f69c46a3ffa5dfaff872e0e1df89 from main 22 June 2021, 19:19:47 UTC
fb577d8 [3.2.x] Added a note about %autoawait off for IPython. Backport of 4f0a034b9e42048b782f5265344e026902bd3e95 from main 22 June 2021, 08:28:27 UTC
3d51e16 [3.2.x] Fixed #32860 -- Made docs permalinks focusable to improve accessibility. Backport of 4659a790cf5d0036c3c7488877b4365d948ccb01 from main 21 June 2021, 12:07:27 UTC
826a165 [3.2.x] Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with default on MySQL 8.0.13+. Regression in d4ac23bee1c84d8e4610350202ac068fc90f38c0. Thanks Omkar Deshpande for the report. Backport of fa0433d05f213afe4c67055006320f7aba4c8108 from main 10 June 2021, 18:05:55 UTC
bb29174 [3.2.x] Refs #32503 -- Added release notes for 5e04e84d67da8163f365e9f5fcd169e2630e2873. Backport of 57bc16b38ec75fc96829f912d57a58d8c6358e8f from main 10 June 2021, 18:05:48 UTC
57146ba [3.2.x] Fixed #32503 -- Fixed altering BLOB/TEXT field to non-nullable with default on MySQL 8.0.13+. MySQL 8.0.13+ supports defaults for BLOB/TEXT but not in the ALTER COLUMN statement. Regression in 6b16c91157512587017e9178d066ed1a683e7795. Thanks Matt Westcott for the report. Backport of 5e04e84d67da8163f365e9f5fcd169e2630e2873 from main 10 June 2021, 18:01:38 UTC
9b09606 [3.2.x] Refs #14357 -- Updated docs about interaction between aggregations and QuerySet.order_by(). Obsolete since 0ddb4ebf7bfcc4730c80a772dd146a49ef6895f6. Backport of fcd44b889f36c4be87910745614a0a4c88d7a3d8 from main 08 June 2021, 14:39:33 UTC
57a67ff [3.2.x] Fixed header underlines in performance docs. Backport of ecf8af79355c8daa67722bd0de946b351f7f613d from main 05 June 2021, 16:21:19 UTC
32b366a [3.2.x] Refs #32338 -- Improved accessibility of RadioSelect examples in docs. Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com> Backport of d8c17aa10c7f41e692fb6f5d0bf2fab7a90b9374 from main 04 June 2021, 08:45:29 UTC
8ec5b74 [3.2.x] Fixed #32812 -- Restored immutability of named values from QuerySet.values_list(). Regression in 981a072dd4dec586f8fc606712ed9a2ef116eeee. Thanks pirelle for the report. Backport of 0393b9262dcf1b8302d35a8a470e14837ca1300b from main 04 June 2021, 06:27:25 UTC
b6e3290 [3.2.x] Refs #31356 -- Changed IRC links to the Libera.Chat webchat. Follow up to 66491f08fe86629fa25977bb3dddda06959f65e7. Backport of f10c52afabac25f2c10aca26d32dbe7e0e46082e from main. 03 June 2021, 10:08:56 UTC
f07d686 [3.2.x] Fixed typos in docs. Backport of f0d0d29f03448ba4f9cfef03f0605cc7e557c2c4 from main 03 June 2021, 05:50:31 UTC
0b5a66b [3.2.x] Fixed docs header underlines in security archive. Backport of d9cee3f5f2f90938d2c2c0230be40c7d50aef53d from main 02 June 2021, 10:24:26 UTC
66cc97c [3.2.x] Added stub release notes for Django 3.2.5. Backport of ba10772bf659a9507075d713c416882ce2c8df28 from main 02 June 2021, 09:26:00 UTC
1aa7bcf [3.2.x] Added CVE-2021-33203 and CVE-2021-33571 to security archive. Backport of a39f235ca4cb7370dba3a3dedeaab0106d27792f from main 02 June 2021, 09:16:43 UTC
d128f46 [3.2.x] Post-release version bump. 02 June 2021, 08:50:08 UTC
843c34b [3.2.x] Bumped version for 3.2.4 release. 02 June 2021, 08:46:30 UTC
9f75e2e [3.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. validate_ipv4_address() was affected only on Python < 3.9.5, see [1]. URLValidator() uses a regular expressions and it was affected on all Python versions. [1] https://bugs.python.org/issue36384 02 June 2021, 08:44:39 UTC
dfaba12 [3.2.x] Fixed CVE-2021-33203 -- Fixed potential path-traversal via admindocs' TemplateDetailView. 02 June 2021, 08:44:39 UTC
aed1409 [3.2.x] Confirmed release date for Django 3.2.4, 3.1.12, and 2.2.24. Backport of f66ae7a2d5558fe88ddfe639a610573872be6628 from main 02 June 2021, 08:20:17 UTC
bf08609 [3.2.x] Fixed typo in docs/internals/contributing/writing-code/coding-style.txt. Backport of 1443b5e9aca56e249d751d6486c402b3679d3c38 from main 02 June 2021, 06:15:41 UTC
94675a7 [3.2.x] Fixed #32793 -- Fixed loss of precision for temporal operations with DecimalFields on MySQL. Regression in 1e38f1191de21b6e96736f58df57dfb851a28c1f. Thanks Mohsen Tamiz for the report. Backport of e703b152c6148ddda1b072a4353e9a41dca87f90 from main 01 June 2021, 13:13:10 UTC
b2ff165 [3.2.x] Fixed typo in MiddlewareMixin deprecation note. Backport of e513fb0e77baf2ebcbf2cbe366bdf0228d01119f from main. 27 May 2021, 04:54:00 UTC
246a31a [3.2.x] Fixed #32783 -- Fixed crash of autoreloader when __main__ module doesn't have __spec__ attribute. Regression in ec6d2531c59466924b645f314ac33f54470d7ac3. Thanks JonathanNickelson for the report. Backport of 12b19a1d76e1a6f80923c8358290d605dacd65d4 from main 26 May 2021, 09:20:05 UTC
4ba4c07 [3.2.x] Added stub release notes and date for Django 3.2.4, 3.1.12, and 2.2.24. Backport of b46dbd4e3e255223078ae0028934ea986e19ebc1 from main 26 May 2021, 08:17:27 UTC
c0d506f [3.2.x] Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for template changes. Backport of 68357b2ca9e88c40fc00d848799813241be39129 from main 26 May 2021, 08:08:58 UTC
143d2a4 [3.2.x] Changed IRC references to Libera.Chat. Backport of 66491f08fe86629fa25977bb3dddda06959f65e7 from main. 20 May 2021, 10:25:07 UTC
a0782f5 [3.2.x] Fixed note about ISP caching in docs. Regression in 7aabd6238028f4bb78d0687bbccc97bcf634e28b. Backport of 31b6ce9ff938a0968f2e526f5d5e106fd17e3dfa from main 20 May 2021, 09:24:26 UTC
d5c675a [3.2.x] Added note about culling in database cache backend docs. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> Backport of 6e155d280dbe4bab171619654d8abc4b7f197e78 from main 20 May 2021, 05:02:56 UTC
33dec7b [3.2.x] Doc'd that HttpRequest.path doesn't contain a query string. Backport of fa4e963ee7e6876581b5432363603571839ba00c from main 19 May 2021, 09:58:35 UTC
a173202 [3.2.x] Fixed #32740 -- Caught possible exception when initializing colorama. Backport of c2e6047c725e26987c87e2be59f2ab4bf9828fa5 from main 19 May 2021, 09:16:13 UTC
d743c37 [3.2.x] Fixed typo in docs/ref/contrib/admin/index.txt. Backport of dacc307d9396516e7d3609b7b91e2ec545c84ebc from main 19 May 2021, 05:29:23 UTC
41e2aa7 [3.2.x] Fixed #32747 -- Prevented initialization of unused caches. Thanks Alexander Ebral for the report. Regression in 98e05ccde440cc9b768952cc10bc8285f4924e1f. Backport of 958cdf65ae90d26236d1815bbba804729595ec7a from main 18 May 2021, 18:23:26 UTC
349bb58 [3.2.x] Fixed #32733 -- Skipped system check for specifying type of auto-created primary keys on abstract models. Regression in b5e12d490af3debca8c55ab3c1698189fdedbbdb. Backport of a24fed399ced6be2e9dce4cf28db00c3ee21a21c from main 18 May 2021, 11:20:55 UTC
65b680a [3.2.x] Fixed #32755 -- Corrected Model.get_absolute_url() example in docs. Backport of 27d4573d35935bff83c28bfd68a2ce5a7a6c600a from main 18 May 2021, 09:31:03 UTC
ce78bc9 [3.2.x] Fixed #32754 -- Made AdminSite.catch_all_view() respect SCRIPT_NAME. Regression in ba31b0103442ac891fb3cb98f316781254e366c3. Backport of f7691d4812c578e696635718e67639d2e08eac40 from main 18 May 2021, 07:58:49 UTC
cb91b2d [3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. Backport of c156e369553c75a30c78b8ed54a57b1101865105 from main 17 May 2021, 10:16:09 UTC
55b89e8 [3.2.x] Refs #32720 -- Fixed some broken links in docs. Backport of 7c4ee487c7392a3a394caf62efad355fad639655 from main 17 May 2021, 10:14:20 UTC
0c19b07 [3.2.x] Refs #32720 -- Used full hashes in security archive. Backport of 1c3bbcf802e661fc599365a097532ed3b362d16b from main 17 May 2021, 10:13:57 UTC
f844c0c [3.2.x] Corrected commit hashes for security patches. Backport of df5c96299ae30dcf8f152cc43c331fb34d39080e from main 17 May 2021, 10:13:44 UTC
80cf193 [3.2.x] Refs #32720 -- Used :commit: and :source: role in old release notes. Backport of 8c4caee76a5571c6c8050660a6a9fc30ece6678d from main 17 May 2021, 10:13:31 UTC
1037825 [3.2.x] Added stub release notes for Django 3.2.4. Backport of 820408d842a07202a80e6ef7f7a57ec6258d88e6 from main 13 May 2021, 07:45:39 UTC
18525ad [3.2.x] Post-release version bump. 13 May 2021, 07:15:40 UTC
9385fa2 [3.2.x] Bumped version for 3.2.3 release. 13 May 2021, 07:11:39 UTC
224b8e5 [3.2.x] Fixed #32718 -- Relaxed file name validation in FileField. - Validate filename returned by FileField.upload_to() not a filename passed to the FileField.generate_filename() (upload_to() may completely ignored passed filename). - Allow relative paths (without dot segments) in the generated filename. Thanks to Jakub Kleň for the report and review. Thanks to all folks for checking this patch on existing projects. Thanks Florian Apolloner and Markus Holtermann for the discussion and implementation idea. Regression in 0b79eb36915d178aef5c6a7bbce71b1e76d376d3. Backport of b55699968fc9ee985384c64e37f6cc74a0a23683 from main 13 May 2021, 06:55:00 UTC
386caa5 [3.2.x] Fixed #32717 -- Fixed filtering of querysets combined with the | operator. Address a long standing bug in a Where.add optimization to discard equal nodes that was surfaced by implementing equality for Lookup instances in bbf141bcdc31f1324048af9233583a523ac54c94. Thanks Shaheed Haque for the report. Backport of b81c7562fc33f50166d5120138d6398dc42b13c3 from main 13 May 2021, 05:53:56 UTC
d6b6eda [3.2.x] Fixed #26721 -- Doc'd setting UTF-8 on Windows. Backport of 0456d3e42795481a186db05719300691fe2a1029 from main 12 May 2021, 18:46:31 UTC
4318e60 [3.2.x] Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd' connection options in MySQL backend. The 'db' and 'passwd' connection options have been deprecated, use 'database' and 'password' instead (available since mysqlclient >= 1.3.8). This also allows the 'database' option in DATABASES['OPTIONS'] on MySQL. Backport of 1061f5243646b4c9b8a758f8a36c9e2ccdded1cf from main 12 May 2021, 11:35:13 UTC
cd84f7a [3.2.x] Refs #32366 -- Avoided use of datetime.utcnow() in the documentation. Backport of 69ffb1acf38bd34f76707468bb592eb4b164e2da from main 12 May 2021, 10:12:28 UTC
fab710d [3.2.x] Fixed a typo in docs/ref/models/fields.txt. datetime.date.utcnow() doesn't exist, should be .today(). Backport of 88b3982af396a7c2eca0db9c52dfa9830045cc19 from main 12 May 2021, 10:12:10 UTC
dc7b495 [3.2.x] Refs #32718 -- Corrected CVE-2021-31542 release notes. Backport of d1f1417caed648db2f81a1ec28c47bf958c01958 from main 12 May 2021, 08:42:32 UTC
bdd5654 [3.2.x] Fixed typo in docs/internals/contributing/writing-documentation.txt. Backport of c240ceea7d88c6a8058dcacb37356c93e0a3618f from main 06 May 2021, 18:02:11 UTC
8afb677 [3.2.x] Added stub release notes for Django 3.2.3. Backport of 29779075d7f5e1a8cfe0933661d5255e2d7d3cbd from main 06 May 2021, 08:11:32 UTC
0262579 [3.2.x] Added CVE-2021-32052 to security archive. Backport of efebcc429f048493d6bc710399e65d98081eafd5 from main 06 May 2021, 08:03:45 UTC
40ad501 [3.2.x] Post-release version bump. 06 May 2021, 07:03:32 UTC
26e033b [3.2.x] Bumped version for 3.2.2 release. 06 May 2021, 06:59:30 UTC
2d2c1d0 [3.2.x] Fixed #32713, Fixed CVE-2021-32052 -- Prevented newlines and tabs from being accepted in URLValidator on Python 3.9.5+. In Python 3.9.5+ urllib.parse() automatically removes ASCII newlines and tabs from URLs [1, 2]. Unfortunately it created an issue in the URLValidator. URLValidator uses urllib.urlsplit() and urllib.urlunsplit() for creating a URL variant with Punycode which no longer contains newlines and tabs in Python 3.9.5+. As a consequence, the regular expression matched the URL (without unsafe characters) and the source value (with unsafe characters) was considered valid. [1] https://bugs.python.org/issue43882 and [2] https://github.com/python/cpython/commit/76cd81d60310d65d01f9d7b48a8985d8ab89c8b4 Backport of e1e81aa1c4427411e3c68facdd761229ffea6f6f from main. 06 May 2021, 06:48:22 UTC
a937d7f [3.2.x] Refs CVE-2021-31542 -- Skipped mock AWS storage test on Windows. The validate_file_name() sanitation introduced in 0b79eb36915d178aef5c6a7bbce71b1e76d376d3 correctly rejects the example file name as containing path elements on Windows. This breaks the test introduced in 914c72be2abb1c6dd860cb9279beaa66409ae1b2 to allow path components for storages that may allow them. Test is skipped pending a discussed storage refactoring to support this use-case. Backport of a708f39ce67af174df90c5b5e50ad1976cec7cb8 from main 06 May 2021, 05:42:21 UTC
364098f [3.2.x] Fixed #32714 -- Prevented recreation of migration for Meta.ordering with OrderBy expressions. Regression in c8b659430556dca0b2fe27cf2ea0f8290dbafecd. Thanks Kevin Marsh for the report. Backport of 96f55ccf798c7592a1203f798a4dffaf173a9263 from main 05 May 2021, 06:44:37 UTC
df801dd [3.2.x] Added CVE-2021-31542 to security archive. Backport of 607ebbfba915de2d84eb943aa93654f31817a709 and 62b2e8b37e37a313c63be40e3223ca4e830ebde3 from main 04 May 2021, 09:10:50 UTC
04d8ed3 [3.2.x] Added stub release notes for Django 3.2.2. Backport of 5a43cfe24533591a020ba4e730440bad81c478db from main 04 May 2021, 09:02:11 UTC
0d57264 [3.2.x] Post-release version bump. 04 May 2021, 08:43:26 UTC
8b300f3 [3.2.x] Bumped version for 3.2.1 release. 04 May 2021, 08:37:31 UTC
c98f446 [3.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads. 04 May 2021, 06:43:52 UTC
8e1900d [3.2.x] Added spelling option to make.bat. Backport of 7582d913e7db7f32e4cdcfafc177aa77cbbf4332 from main 30 April 2021, 12:09:59 UTC
ce13074 [3.2.x] Refs #32178 -- Doc'd DatabaseFeatures.django_test_skips/django_test_expected_failures in contributing guide. Backport of ca34db46504fca1221e27f6ab13734dfdfde6e1c from main 29 April 2021, 18:56:08 UTC
bac4169 [3.2.x] Refs #32674 -- Noted that auto-created through table PKs cannot be automatically migrated. Backport of 907d3a7ff4e12ad4ccc86af26a728007fe4d6fa2 from main 29 April 2021, 13:14:15 UTC
d716d30 [3.2.x] Refs #32694 -- Clarified when colorama requirement is needed in Windows how-to. Backport of 4f128fcf5dd5099a5ea374a87cad64852a9b62dd from main 29 April 2021, 09:27:39 UTC
263ee44 [3.2.x] Corrected introduction to range field lookups docs. Follow up to 24b9f5082344a127147266dd52d5d2dcd1c9cb44. Backport of 68e876c0953f882e54dddd49ef727f9e38e2d0d1 from main 28 April 2021, 18:35:28 UTC
d5add5d [3.2.x] Fixed #32632, Fixed #32657 -- Removed flawed support for Subquery deconstruction. Subquery deconstruction support required implementing complex and expensive equality rules for sql.Query objects for little benefit as the latter cannot themselves be made deconstructible to their reference to model classes. Making Expression @deconstructible and not BaseExpression allows interested parties to conform to the "expression" API even if they are not deconstructible as it's only a requirement for expressions allowed in Model fields and meta options (e.g. constraints, indexes). Thanks Phillip Cutter for the report. This also fixes a performance regression in bbf141bcdc31f1324048af9233583a523ac54c94. Backport of c8b659430556dca0b2fe27cf2ea0f8290dbafecd from main 28 April 2021, 18:27:42 UTC
55cb3c8 [3.2.x] Fixed #32687 -- Restored passing process’ environment to underlying tool in dbshell on PostgreSQL. Regression in bbe6fbb8768e8fb1aecb96d51c049d7ceaf802d3. Backport of 6e742dabc95b00ba896434293556adeb4dbaee8a from main. 27 April 2021, 10:02:06 UTC
34981f3 [3.2.x] Fixed #32682 -- Made admin changelist use Exists() instead of distinct() for preventing duplicates. Thanks Zain Patel for the report and Simon Charette for reviews. The exception introduced in 6307c3f1a123f5975c73b231e8ac4f115fd72c0d revealed a possible data loss issue in the admin. Backport of 187118203197801c6cb72dc8b06b714b23b6dd3d from main 27 April 2021, 08:39:55 UTC
fbea64b [3.2.x] Refs #32682 -- Renamed use_distinct variable to may_have_duplicates. QuerySet.distinct() is not the only way to avoid duplicate, it's also not preferred. Backport of cd74aad90e09865ae6cd8ca0377ef0a5008d14e9 from main 27 April 2021, 08:37:13 UTC
7ad7034 [3.2.x] Refs #32682 -- Fixed QuerySet.delete() crash on querysets with self-referential subqueries on MySQL. Backport of 4074f38e1dcc93b859bbbfd6abd8441c3bca36b3 from main 27 April 2021, 08:35:42 UTC
727a154 [3.2.x] Refs 32637 -- Made technical 404 debug page display exception message when URL is resolved. Follow up to 3b8527e32b665df91622649550813bb1ec9a9251. Backport of d68be0494be8b82365f2a5410c9335e539d8efd6 from main 27 April 2021, 06:41:11 UTC
0dfe88e [3.2.x] Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin template. Regression in 84609b3205905097d7d3038d32e6101f012c0619. Backport of 4e5bbb6ef2287126badd32842b239f4a8a7394ca from main. 26 April 2021, 10:52:33 UTC
fc9cbad [3.2.x] Refs #28034 -- Corrected docs example in contributing tutorial. Backport of 67bb1f516cf507feb141fd4ef746456e1ef67c4a from main 23 April 2021, 13:25:12 UTC
1cf0989 [3.2.x] Used assertCountEqual() in ExcludeTests.test_exclude_subquery(). Backport of c3278bb71fe03132704525abcdf29bb4f1b3f143 from main 22 April 2021, 12:42:47 UTC
4c63459 [3.2.x] Added note to update docs config when creating new stable branch. django_next_version in docs/conf.py should be bumped when creating a new stable branch. Backport of 6a7af38b072f97d15e06aba87c673c16ecafe5a8 from main 22 April 2021, 07:02:59 UTC
7d7c6d9 [3.2.x] Fixed #32667 -- Added link to labeling checks in BaseCommand.requires_system_checks docs. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> Backport of 4a77aeb1f86bc06e18023cac10109e067ed20800 from main 21 April 2021, 14:40:33 UTC
48e19ba [3.2.x] Fixed #32650 -- Fixed handling subquery aliasing on queryset combination. This issue started manifesting itself when nesting a combined subquery relying on exclude() since 8593e162c9cb63a6c0b06daf045bc1c21eb4d7c1 but sql.Query.combine never properly handled subqueries outer refs in the first place, see QuerySetBitwiseOperationTests.test_subquery_aliases() (refs #27149). Thanks Raffaele Salmaso for the report. Backport of 6d0cbe42c3d382e5393d4af48185c546bb0ada1f from main 21 April 2021, 08:32:39 UTC
1cc2eaf [3.2.x] Fixed #32665 -- Fixed caches system check crash when STATICFILES_DIRS is a list of 2-tuples. Thanks Jared Lockhart for the report. Regression in c36075ac1dddfa986340b1a5e15fe48833322372. Backport of 34d1905712d33e72c76b3a55a4fc24abbd11be6c from main 21 April 2021, 07:42:43 UTC
54d5bfa [3.2.x] Fixed #32647 -- Restored multi-row select with shift-modifier in admin changelist. Regression in 30e59705fc3e3e9e8370b965af794ad6173bf92b. Backport of 5c73fbb6a93ee214678f02ba4027f18dff49337b from main 21 April 2021, 07:08:34 UTC
4acce4d [3.2.x] Corrected File, ContentFile, and ImageFile signatures in docs. Backport of 725ca1fb60da2ef1bb6db146cd2d735591e75fbd from main 16 April 2021, 08:32:54 UTC
99ea737 [3.2.x] Fixed #32652 -- Fixed links to new contributors FAQ. Backport of e3e2276e6fe6fd77e4fbdeeb2a287288d31de3bb from main 15 April 2021, 15:16:22 UTC
539d005 [3.2.x] Fixed #32643 -- Fixed decoding of messages in the pre-Django 3.2 format. Thanks Jan Pieter Waagmeester for the report. Regression in 2d6179c819010f6a9d00835d5893c4593c0b85a0. Backport of 4511d1459810037b91faa5b506e4f75c77aa72be from main. 15 April 2021, 05:58:48 UTC
208e722 [3.2.x] Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields on MySQL/MariaDB. Thanks Matt Westcott for the report. Regression in 779e615e362108862f1681f965ee9e4f1d0ae6d2. Backport of ca9872905559026af82000e46cde6f7dedc897b6 from main 14 April 2021, 19:13:27 UTC
d026769 [3.2.x] Fixed #32548 -- Fixed crash when combining Q() objects with boolean expressions. Backport of 00b0786de533dbb3f6208d8d5eaddbf765b4e5b8 from main. Regression in 466920f6d726eee90d5566e0a9948e92b33a122e. 14 April 2021, 17:46:45 UTC
65dfb06 [3.2.x] Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template. Backport of 08c60cce3b13f6e60d7588206da2d3c71228f378 from main 14 April 2021, 17:44:10 UTC
59cce82 [3.2.x] Fixed #32649 -- Fixed ModelAdmin.search_fields crash when searching against phrases with unbalanced quotes. Thanks Dlis for the report. Regression in 26a413507abb38f7eee4cf62f2ee9727fdc7bf8d. Backport of 23fa29f6a6659e0f600d216de6bcb79e7f6818c9 from main 14 April 2021, 10:24:11 UTC
700356f [3.2.x] Fixed #32635 -- Fixed system check crash for reverse o2o relations in CheckConstraint.check and UniqueConstraint.condition. Regression in b7b7df5fbcf44e6598396905136cab5a19e9faff. Thanks Szymon Zmilczak for the report. Backport of a77c9a4229cfef790ec18001b2cd18bd9c4aedbc from main 14 April 2021, 08:32:07 UTC
d6314c4 [3.2.x] Fixed #32637 -- Restored exception message on technical 404 debug page. Thanks Atul Varma for the report. Backport of 3b8527e32b665df91622649550813bb1ec9a9251 from main 13 April 2021, 07:15:25 UTC
b245845 [3.2.x] Fixed #32627 -- Fixed QuerySet.values()/values_list() crash on combined querysets ordered by unannotated columns. Backport of 9760e262f85ae57df39abe2799eff48a82b14474 from main 13 April 2021, 04:16:19 UTC
98db3c7 [3.2.x] Bumped django_next_version in docs config. 10 April 2021, 17:06:18 UTC
078bcd5 [3.2.x] Fixed #32618 -- Added link to conditional aggregation in aggregation topic guide. Backport of 1351f2ee163145df2cf5471eb3e57289f8853512 from main 09 April 2021, 19:35:43 UTC
back to top