summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2023-12-04[4.2.x] Added release date for 4.2.8.Mariusz Felisiak
2023-11-30[4.2.x] Fixed #35006 -- Fixed migrations crash when altering Meta.db_table_co...Mariusz Felisiak
2023-11-27[4.2.x] Fixed #34982 -- Fixed admin's read-only password widget and help text...Tom Carrick
2023-11-27[4.2.x] Fixed #34978, Refs #31331 -- Added backward incompatibility note abou...Mariusz Felisiak
2023-11-27[4.2.x] Fixed #34992 -- Fixed DatabaseFeatures.allows_group_by_selected_pks o...Nathaniel Conroy
2023-11-23[4.2.x] Fixed #34994 -- Fixed checkbox layout in admin's change page for narr...Tom Carrick
2023-11-23[4.2.x] Fixed #34991 -- Fixed pagination links and input layout in admin's ch...Tom Carrick
2023-11-23[4.2.x] Fixed #34987 -- Fixed queryset crash when mixing aggregate and window...Simon Charette
2023-11-19[4.2.x] Refs #34118 -- Doc'd Python 3.12 compatibility in Django 4.2.x.Mariusz Felisiak
2023-11-18[4.2.x] Fixed #34975 -- Fixed crash of conditional aggregate() over aggregati...Simon Charette
2023-11-09[4.2.x] Fixed #34457 -- Restored output for makemigrations --check.Adam Johnson
2023-11-01[4.2.x] Added stub release notes for 4.2.8.Mariusz Felisiak
2023-11-01[4.2.x] Added CVE-2023-46695 to security archive.Mariusz Felisiak
2023-11-01[4.2.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows.Mariusz Felisiak
2023-10-30[4.2.x] Fixed #34932 -- Restored varchar_pattern_ops/text_pattern_ops index c...Tom Carrick
2023-10-25[4.2.x] Added stub release notes and release date for 4.2.7, 4.1.13, and 3.2.23.Mariusz Felisiak
2023-10-22[4.2.x] Fixed typo in docs/releases/4.2.txt.Claire Pritchard
2023-10-16[4.2.x] Fixed #34798 -- Fixed QuerySet.aggregate() crash when referencing exp...Simon Charette
2023-10-15[4.2.x] Refs #34840 -- Improved release note describing index regression.Adam Johnson
2023-10-09[4.2.x] Added backticks to setuptools in docs.Mariusz Felisiak
2023-10-04[4.2.x] Added CVE-2023-43665 to security archive.Natalia
2023-10-04[4.2.x] Added stub release notes for 4.2.7.Natalia
2023-10-04[4.2.x] Fixed CVE-2023-43665 -- Mitigated potential DoS in django.utils.text....Natalia
2023-09-27[4.2.x] Added stub release notes and release date for 4.2.6, 4.1.12, and 3.2.22.Natalia
2023-09-22[4.2.x] Fixed #34840 -- Avoided casting string base fields on PostgreSQL.Mariusz Felisiak
2023-09-11[4.2.x] Fixed #34821 -- Prevented DEFAULT_FILE_STORAGE/STATICFILES_STORAGE se...Mariusz Felisiak
2023-09-04[4.2.x] Added stub release notes for 4.2.6.Mariusz Felisiak
2023-09-04[4.2.x] Added CVE-2023-41164 to security archive.Mariusz Felisiak
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