| Age | Commit message (Expand) | Author |
| 2023-09-04 | [4.2.x] Fixed CVE-2023-41164 -- Fixed potential DoS in django.utils.encoding.... | Mariusz Felisiak |
| 2023-09-01 | [4.2.x] Fixed #34803 -- Fixed queryset crash when filtering againts deeply ne... | willzhao |
| 2023-08-28 | [4.2.x] Added stub release notes and release date for 4.2.5, 4.1.11, and 3.2.21. | Mariusz Felisiak |
| 2023-08-19 | [4.2.x] Fixed #34779 -- Avoided unnecessary selection of non-nullable m2m fie... | Juan Alvarez |
| 2023-08-18 | [4.2.x] Fixed #34773 -- Fixed syncing DEFAULT_FILE_STORAGE/STATICFILES_STORAG... | Mariusz Felisiak |
| 2023-08-04 | [4.2.x] Fixed #34754 -- Fixed JSONField check constraints validation on NULL ... | Simon Charette |
| 2023-08-01 | [4.2.x] Added stub release notes for 4.2.5. | Natalia |
| 2023-08-01 | [4.2.x] Added release date for 4.2.4. | Natalia |
| 2023-08-01 | [4.2.x] Fixed #34750 -- Fixed QuerySet.count() when grouping by unused multi-... | Mariusz Felisiak |
| 2023-07-30 | [4.2.x] Fixed #34748 -- Fixed queryset crash when grouping by a reference in ... | Simon Charette |
| 2023-07-21 | [4.2.x] Added missing backticks in docs. | Mariusz Felisiak |
| 2023-07-19 | [4.2.x] Fixed #34717 -- Fixed QuerySet.aggregate() crash when referencing win... | Simon Charette |
| 2023-07-03 | [4.2.x] Added stub release notes for 4.2.4. | Mariusz Felisiak |
| 2023-07-03 | [4.2.x] Added CVE-2023-36053 to security archive. | Mariusz Felisiak |
| 2023-07-03 | [4.2.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator a... | Mariusz Felisiak |
| 2023-06-26 | [4.2.x] Added stub release notes and release date for 4.2.3, 4.1.10, and 3.2.20. | Mariusz Felisiak |
| 2023-06-11 | [4.2.x] Fixed #34638 -- Fixed admin change list selected row highlight on edi... | Neeraj Kumar |
| 2023-06-09 | [4.2.x] Fixed #34645 -- Restored alignment for admin date/time timezone warni... | Mariusz Felisiak |
| 2023-06-05 | [4.2.x] Added stub release notes for 4.2.3. | nessita |
| 2023-06-05 | [4.2.x] Added release date for 4.2.2. | Natalia |
| 2023-06-04 | [4.2.x] Fixed #34620 -- Fixed serialization crash on m2m fields without natur... | Mariusz Felisiak |
| 2023-06-01 | [4.2.x] Fixed #34612 -- Fixed QuerySet.only() crash on reverse relationships. | Simon Charette |
| 2023-05-24 | [4.2.x] Fixed #34590 -- Reverted "Refs #33308 -- Improved adapting DecimalFie... | David Sanders |
| 2023-05-23 | [4.2.x] Fixed #34551 -- Fixed QuerySet.aggregate() crash when referencing sub... | Simon Charette |
| 2023-05-23 | [4.2.x] Refs #34551 -- Fixed QuerySet.aggregate() crash on precending aggrega... | Simon Charette |
| 2023-05-22 | [4.2.x] Fixed references to django.core.cache in docs. | Sarah Boyce |
| 2023-05-22 | [4.2.x] Fixed #34588 -- Removed usage of nonexistent stylesheet in the 'Congr... | gtleee |
| 2023-05-22 | [4.2.x] Fixed #34580 -- Avoided unnecessary computation of selected expressio... | Simon Charette |
| 2023-05-17 | [4.2.x] Fixed #34568 -- Made makemigrations --update respect --name option. | Mariusz Felisiak |
| 2023-05-17 | [4.2.x] Fixed #34570 -- Silenced noop deferral of many-to-many and GFK. | Simon Charette |
| 2023-05-16 | [4.2.x] Fixed #34539 -- Restored get_prep_value() call when adapting JSONFields. | Julie Rymer |
| 2023-05-08 | [4.2.x] Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condi... | Mariusz Felisiak |
| 2023-05-03 | [4.2.x] Added CVE-2023-31047 to security archive. | Mariusz Felisiak |
| 2023-05-03 | [4.2.x] Added stub release notes for 4.2.2. | Mariusz Felisiak |
| 2023-05-03 | [4.2.x] Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of v... | Mariusz Felisiak |
| 2023-05-03 | [4.2.x] Fixed #34529, Refs #34525 -- Reduced index operations with Meta.index... | Mariusz Felisiak |
| 2023-05-02 | [4.2.x] Fixed #34515 -- Made LocaleMiddleware prefer language from paths when... | Mariusz Felisiak |
| 2023-04-28 | [4.2.x] Refs #34118, Refs #34504 -- Added backward incompatibility note about... | Mariusz Felisiak |
| 2023-04-26 | [4.2.x] Added stub release notes and release date for 4.2.1, 4.1.9, and 3.2.19. | Mariusz Felisiak |
| 2023-04-26 | [4.2.x] Fixed #34512 -- Restored breadcrumbs on admin app index view. | Mariusz Felisiak |
| 2023-04-21 | [4.2.x] Fixed #34506 -- Fixed margin of ClearableFileInput in admin CSS. | Mariusz Felisiak |
| 2023-04-17 | [4.2.x] Used extlinks for PyPI links. | Tim Graham |
| 2023-04-14 | [4.2.x] Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no ... | Scott Macpherson |
| 2023-04-13 | [4.2.x] Fixed #34483 -- Fixed timesince()/timeuntil() with timezone-aware dat... | nessita |
| 2023-04-12 | [4.2.x] Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse ... | Mariusz Felisiak |
| 2023-04-12 | [4.2.x] Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling... | Mariusz Felisiak |
| 2023-04-10 | [4.2.x] Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_la... | sarahboyce |
| 2023-04-07 | [4.2.x] Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL. | Mariusz Felisiak |
| 2023-04-07 | [4.2.x] Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["option... | Anders Kaseorg |
| 2023-04-07 | [4.2.x] Fixed #34464 -- Fixed queryset aggregation over group by reference. | Simon Charette |