summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2022-09-05[4.1.x] Added release date for 4.1.1.Mariusz Felisiak
2022-09-01[4.1.x] Fixed #33955, Fixed #33971 -- Reverted "Fixed #32565 -- Moved interna...Mariusz Felisiak
2022-08-29[4.1.x] Fixed #33960 -- Fixed migrations crash on SQLite < 3.26.Mariusz Felisiak
2022-08-27[4.1.x] Fixed #33952 -- Reallowed creating reverse foreign key managers on un...David Wobrock
2022-08-26[4.1.x] Fixed #33953 -- Reverted "Fixed #33201 -- Made RenameModel operation ...Iuri de Silvio
2022-08-25[4.1.x] Fixed #33938 -- Fixed migration crash for m2m with a through model in...Simon Charette
2022-08-17[4.1.x] Fixed #33932 -- Fixed altering AutoFields to OneToOneField on Postgre...Benoît Vinot
2022-08-12[4.1.x] Fixed #33921 -- Added release note for 5b8699e723d9daf373fff46c6859fe...Mohammadtaher Abbasi
2022-08-12[4.1.x] Fixed #33919 -- Fixed adding AutoFields on PostgreSQL.Mariusz Felisiak
2022-08-09[4.1.x] Fixed #33905 -- Fixed CheckConstraint() validation on range fields.David Sanders
2022-08-09[4.1.x] Fixed #33902 -- Fixed Meta.constraints validation crash with F() expr...Mariusz Felisiak
2022-08-08[4.1.x] Fixed #33899 -- Fixed migration crash when removing indexed field on ...Fiza Ashraf
2022-08-06[4.1.x] Fixed #33898 -- Fixed Window() expression crash with ArrayAgg().Mariusz Felisiak
2022-08-05[4.1.x] Fixed #33893 -- Reverted "Fixed #28889 -- Prevented double submission...Fab
2022-08-04[4.1.x] Fixed #33891 -- Fixed test command crash when running in parallel usi...Mariusz Felisiak
2022-08-03[4.1.x] Fixed #33888 -- Fixed get_select2_language() crash with no language a...Claude Paroz
2022-08-03[4.1.x] Fixed #33886 -- Reallowed using GeoIP2() when GEOS is not installed.Aarni Koskela
2022-08-03[4.1.x] Added stub release notes for 4.1.1.Carlton Gibson
2022-08-03[4.1.x] Updated release notes for Django 4.1 release.Carlton Gibson
2022-08-03[4.1.x] Added CVE-2022-36359 to security archive.Carlton Gibson
2022-08-03[4.1.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header.Carlton Gibson
2022-08-03[4.1.x] Adjusted version 4.0.7 release notes.Carlton Gibson
2022-07-27[4.1.x] Adjusted release notes for 4.0.7 and 3.2.15.Carlton Gibson
2022-07-27[4.1.x] Added release date and stub release notes for 4.0.7 and 3.2.15 releases.Carlton Gibson
2022-07-09[4.1.x] Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() ...Mariusz Felisiak
2022-07-06[4.1.x] Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() paramet...Simon Charette
2022-07-04[4.1.x] Added CVE-2022-34265 to security archive.Mariusz Felisiak
2022-07-04[4.1.x] Added stub release notes for 4.0.7.Mariusz Felisiak
2022-07-04[4.1.x] Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) ag...Mariusz Felisiak
2022-06-27[4.1.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
2022-06-27[4.1.x] Added stub release notes and release date for 4.0.6 and 3.2.14.Mariusz Felisiak
2022-06-21[4.1.x] Fixed #33789 -- Doc'd changes in quoting table/column names on Oracle...Mariusz Felisiak
2022-06-16[4.1.x] Updated asgiref dependency for 4.1 release series.Carlton Gibson
2022-06-01[4.1.x] Added stub release notes for 4.0.6.Carlton Gibson
2022-06-01[4.1.x] Updated release date for Django 4.0.5.Carlton Gibson
2022-05-24[4.1.x] Fixed #33724 -- Doc'd exclude argument changes in model validation.Mariusz Felisiak
2022-05-21[4.1.x] Fixed #33725 -- Made hidden quick filter in admin's navigation sideba...Sankalp
2022-05-19[4.1.x] Fixed #33705 -- Fixed crash when using IsNull() lookup in filters.David Wobrock
2022-05-17Removed empty sections from 4.1 release notes.Carlton Gibson
2022-05-17Refs #32339 -- Deprecated default.html form template.David Smith
2022-05-17Update docs/releases/4.1.txtAlokik Vijay
2022-05-17Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.Alokik Vijay
2022-05-17Refs #27064 -- Made migrations generate RenameIndex operations when moving in...David Wobrock
2022-05-16Refs #27064 -- Made migrations generate RenameIndex operations when renaming ...David Wobrock
2022-05-16Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone.Marcelo Galigniana
2022-05-16Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool.Mariusz Felisiak
2022-05-12Refs #27064 -- Added RenameIndex migration operation.David Wobrock
2022-05-12Fixed #32559 -- Added 'step_size’ to numeric form fields.Kapil Bansal
2022-05-12Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy an...Mariusz Felisiak
2022-05-11Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher.Mariusz Felisiak