| Age | Commit message (Expand) | Author |
| 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 |
| 2023-04-06 | [4.2.x] Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol. | Mariusz Felisiak |
| 2023-04-05 | [4.2.x] Added release date for 4.1.8. | Mariusz Felisiak |
| 2023-04-05 | [4.2.x] Fixed #34458 -- Fixed QuerySet.defer() crash on attribute names. | Simon Charette |
| 2023-04-04 | [4.2.x] Refs #34434 -- Added note about breaking changes in psycopg version 3... | David Sanders |
| 2023-04-03 | [4.2.x] Added stub release notes for 4.2.1. | Mariusz Felisiak |
| 2023-04-03 | [4.2.x] Finalized release notes for Django 4.2. | Mariusz Felisiak |
| 2023-03-18 | [4.2.x] Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage ... | Mariusz Felisiak |
| 2023-03-09 | [4.2.x] Fixed #34395 -- Updated admin's jQuery to 3.6.4. | Mariusz Felisiak |
| 2023-03-08 | [4.2.x] Fixed #34384 -- Fixed session validation when rotation secret keys. | David Wobrock |
| 2023-03-06 | [4.2.x] Added stub release notes for 4.1.8. | Mariusz Felisiak |
| 2023-03-01 | [4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot |
| 2023-02-28 | [4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues... | Joseph Victor Zammit |
| 2023-02-22 | [4.2.x] Moved DatabaseIntrospection.get_table_description() internal_size rel... | Tim Graham |
| 2023-02-14 | [4.2.x] Added CVE-2023-24580 to security archive. | Carlton Gibson |
| 2023-02-14 | [4.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files. | Markus Holtermann |
| 2023-02-13 | [4.2.x] Fixed #34318 -- Added release note for 4bfe8c0eec835b8eaffcda7dc1e3b2... | Sota Tabu |
| 2023-02-10 | [4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson |
| 2023-02-08 | [4.2.x] Fixed #34319 -- Fixed Model.validate_constraints() crash on Validatio... | Mariusz Felisiak |
| 2023-02-07 | [4.2.x] Added stub release notes for 4.0.10 and 3.2.18. | Carlton Gibson |
| 2023-02-04 | [4.2.x] Increased the default PBKDF2 iterations for Django 4.2. | Mariusz Felisiak |
| 2023-02-01 | [4.2.x] Added stub release notes for 4.1.7. | Mariusz Felisiak |
| 2023-02-01 | [4.2.x] Added CVE-2023-23969 to security archive. | Mariusz Felisiak |
| 2023-02-01 | [4.2.x] Fixed CVE-2023-23969 -- Prevented DoS with pathological values for Ac... | Nick Pope |
| 2023-01-26 | [4.2.x] Fixed #34291 -- Fixed Meta.constraints validation crash on UniqueCons... | Mariusz Felisiak |
| 2023-01-25 | [4.2.x] Adjusted release notes for 4.1.6, 4.0.9, and 3.2.17. | Carlton Gibson |
| 2023-01-25 | [4.2.x] Set date and added stub release notes for 4.1.6, 4.0.9, and 3.2.17. | Carlton Gibson |
| 2023-01-17 | [4.2.x] Fixed typo in docs/releases/4.2.txt. | John Whitlock |
| 2023-01-17 | [4.2.x] Doc'd that 4.2 is LTS. | Mariusz Felisiak |
| 2023-01-17 | [4.2.x] Removed remaining empty sections from 4.2 release notes. | Mariusz Felisiak |
| 2023-01-17 | [4.2.x] Fixed #34264 -- Moved release note about session cookies into error r... | Sébastien Corbin |
| 2023-01-17 | Made cosmetic edits to docs/releases/4.2.txt. | Mariusz Felisiak |
| 2023-01-17 | Removed empty sections from 4.2 release notes. | Mariusz Felisiak |
| 2023-01-17 | Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding wi... | Mariusz Felisiak |
| 2023-01-17 | Refs #34255 -- Bumped required psycopg version to 3.1.8. | Mariusz Felisiak |