summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2020-11-02[3.1.x] Set release date for 3.1.3, 3.0.11, and 2.2.17.Carlton Gibson
2020-10-29[3.1.x] Fixed #32152 -- Fixed grouping by subquery aliases.Christian Klus
2020-10-27[3.1.x] Fixed #32127 -- Fixed admin change-form textarea layout for mid-sized...Josh Santos
2020-10-27[3.1.x] Fixed #32128 -- Added asgiref 3.3 compatibility.Carlton Gibson
2020-10-22[3.1.x] Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation.Mariusz Felisiak
2020-10-22[3.1.x] Updated release notes following backport of 4047c1602ce5f0b569ae763aa...Mariusz Felisiak
2020-10-21[3.1.x] Fixed #32069 -- Fixed admin change-form layout on small screens.Carlton Gibson
2020-10-19[3.1.x] Fixed #32107 -- Fixed ProtectedError.protected_objects and Restricted...Hasan Ramezani
2020-10-14[3.1.x] Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key tra...Mariusz Felisiak
2020-10-14[3.1.x] Refs #32096 -- Fixed ExpressionWrapper crash with JSONField key trans...Mariusz Felisiak
2020-10-14[3.1.x] Refs #32096 -- Fixed __in lookup crash against key transforms for JSO...Mariusz Felisiak
2020-10-14[3.1.x] Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with orderi...Mariusz Felisiak
2020-10-13[3.1.x] Refs #31040 -- Doc'd Python 3.9 compatibility.Mariusz Felisiak
2020-10-09[3.1.x] Fixed #32091 -- Fixed admin search bar width on filtered admin page.Tim Schilling
2020-10-09[3.1.x] Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and...Qi Zhao
2020-10-06[3.1.x] Fixed #32072 -- Fixed admin search bar height.Tom Carrick
2020-10-01[3.1.x] Added stub release notes for 3.1.3.Mariusz Felisiak
2020-10-01[3.1.x] Added release date for 3.1.2.Mariusz Felisiak
2020-09-30[3.1.x] Fixed #31986 -- Fixed admin filter sidebar scrolling.Tom Carrick
2020-09-25[3.1.x] Fixed #28009 -- Doc'd empty_value for CharField subclasses.David Smith
2020-09-25[3.1.x] Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation.Mariusz Felisiak
2020-09-23[3.1.x] Fixed #32012 -- Made test database creation sync apps models when mig...Mariusz Felisiak
2020-09-21[3.1.x] Refs #32013 -- Added backward incompatibility note about ModelChoiceI...Mariusz Felisiak
2020-09-15[3.1.x] Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregat...Mariusz Felisiak
2020-09-14[3.1.x] Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models...Mariusz Felisiak
2020-09-10[3.1.x] Refs #31956 -- Doc'd consequences of disabling psycopg2's JSONB typec...Mariusz Felisiak
2020-09-02[3.1.x] Fixed #31941 -- Corrected FileField.deconstruct() with a callable sto...Brian Helba
2020-09-02[3.1.x] Added "Bugfixes" section to release notes for 3.1.2.007gzs
2020-09-01[3.1.x] Added CVE-2020-24583 & CVE-2020-24584 to security archive.Carlton Gibson
2020-09-01[3.1.x] Added stub release notes for 3.1.2.Carlton Gibson
2020-09-01[3.1.x] Added release date for 3.1.1, 3.0.10, and 2.2.16.Carlton Gibson
2020-09-01[3.1.x] Fixed CVE-2020-24584 -- Fixed permission escalation in intermediate-l...Mariusz Felisiak
2020-09-01[3.1.x] Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-lev...Mariusz Felisiak
2020-09-01[3.1.x] Fixed #31901 -- Prevented content overflowing in the admin changelist...007gzs
2020-08-31[3.1.x] Fixed #31952 -- Fixed EmptyFieldListFilter crash with reverse relatio...Federico Jaramillo Martínez
2020-08-31[3.1.x] Fixed #31965 -- Adjusted multi-table fast-deletion on MySQL/MariaDB.Simon Charette
2020-08-28[3.1.x] Fixed #31956 -- Fixed crash of ordering by JSONField with a custom de...Mariusz Felisiak
2020-08-28[3.1.x] Fixed #31928 -- Fixed detecting an async get_response in various midd...Kevin Michel
2020-08-28[3.1.x] Fixed #31912 -- Removed strict=True in Path.resolve() in project temp...Mariusz Felisiak
2020-08-26[3.1.x] Fixed #31936 -- Fixed __in lookup on key transforms for JSONField.Mariusz Felisiak
2020-08-26[3.1.x] Fixed #31905 -- Made MiddlewareMixin call process_request()/process_r...Michael Galler
2020-08-24[3.1.x] Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView pas...Mariusz Felisiak
2020-08-24[3.1.x] Refs #31877 -- Reverted "Fixes #31877 -- Used lazy() for TemplateView...Mariusz Felisiak
2020-08-21[3.1.x] Fixed #31925 -- Fixed typo in docs/releases/3.0.txt.Kaustubh
2020-08-19[3.1.x] Fixed #31895 -- Fixed crash when decoding invalid session data.Mariusz Felisiak
2020-08-17[3.1.x] Fixed #31892 -- Added backward incompatibility note about Media <scri...Jon Dufresne
2020-08-13[3.1.x] Refs #31863 -- Added release notes for 94ea79be137f3cb30949bf82198e96...Mariusz Felisiak
2020-08-13[3.1.x] Fixes #31877 -- Used lazy() for TemplateView kwarg deprecation warning.Adam Johnson
2020-08-11[3.1.x] Fixed #31866 -- Fixed locking proxy models in QuerySet.select_for_upd...Daniel Hillier
2020-08-11[3.1.x] Fixed #31865 -- Adjusted admin nav sidebar template to reduce debug l...Carlton Gibson