summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2020-12-01[3.1.x] Bumped version for 3.1.4 release.3.1.4Mariusz Felisiak
2020-11-25[3.1.x] Fixed #32203 -- Fixed QuerySet.values()/values_list() crash on key tr...sage
2020-11-25[3.1.x] Fixed #32224 -- Avoided suppressing connection errors in supports_jso...Mariusz Felisiak
2020-11-19[3.1.x] Fixed #32200 -- Fixed grouping by ExpressionWrapper() with Q objects.Hasan Ramezani
2020-11-19[3.1.x] Fixed #32202 -- Fixed autoreloader argument generation for Windows wi...Carlton Gibson
2020-11-10[3.1.x] Fixed #32182 -- Fixed crash of JSONField nested key transforms with s...Hannes Ljungberg
2020-11-04[3.1.x] Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers.Carlton Gibson
2020-11-03[3.1.x] Fixed #32162 -- Fixed setting Content-Length header in AsyncRequestFa...Patrick Arminio
2020-11-02[3.1.x] Post-release version bump.Carlton Gibson
2020-11-02[3.1.x] Bumped version for 3.1.3 release.3.1.3Carlton 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-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-15[3.1.x] Refs #32096 -- Made JSONField check respect Meta.required_db_vendor.Mariusz Felisiak
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-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] Post-release version bump.Mariusz Felisiak
2020-10-01[3.1.x] Bumped version for 3.1.2 release.3.1.2Mariusz Felisiak
2020-09-30[3.1.x] Fixed #31986 -- Fixed admin filter sidebar scrolling.Tom Carrick
2020-09-30[3.1.x] Updated translations from Transifex.Claude Paroz
2020-09-30[3.1.x] Bumped minimum isort version to 5.1.0.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-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-02[3.1.x] Fixed #31941 -- Corrected FileField.deconstruct() with a callable sto...Brian Helba
2020-09-01[3.1.x] Post-release version bump.Carlton Gibson
2020-09-01[3.1.x] Bumped version for 3.1.1 release.3.1.1Carlton 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-19[3.1.x] Fixed #31895 -- Fixed crash when decoding invalid session data.Mariusz Felisiak
2020-08-13[3.1.x] Fixed #31863 -- Prevented mutating model state by copies of model ins...Gert Burger