summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-12-07[3.1.x] Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream...Florian Apolloner
2021-09-02[3.1.x] Fixed #33082 -- Fixed CommandTests.test_subparser_invalid_option on P...Mariusz Felisiak
2021-07-01[3.1.x] Fixed CVE-2021-35042 -- Prevented SQL injection in QuerySet.order_by().Simon Charette
2021-06-02[3.1.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses.Mariusz Felisiak
2021-06-02[3.1.x] Fixed CVE-2021-33203 -- Fixed potential path-traversal via admindocs'...Florian Apolloner
2021-05-13[3.1.x] Fixed #32718 -- Relaxed file name validation in FileField.Mariusz Felisiak
2021-05-06[3.1.x] Fixed #32713, Fixed CVE-2021-32052 -- Prevented newlines and tabs fro...Mariusz Felisiak
2021-05-06[3.1.x] Refs CVE-2021-31542 -- Skipped mock AWS storage test on Windows.Carlton Gibson
2021-04-27[3.1.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file...Florian Apolloner
2021-04-06[3.1.x] Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploa...Mariusz Felisiak
2021-02-18[3.1.x] Fixed CVE-2021-23336 -- Fixed web cache poisoning via django.utils.ht...Nick Pope
2021-02-05[3.1.x] Fixed backends.postgresql.tests.Tests.test_nodb_cursor_raises_postgre...Mariusz Felisiak
2021-02-04[3.1.x] Fixed #31550 -- Adjusted ASGI test_file_response for various Windows ...Christopher Keith
2021-02-02[3.1.x] Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'post...Mariusz Felisiak
2021-02-01[3.1.x] Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archiv...Mariusz Felisiak
2021-01-29[3.1.x] Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.Mariusz Felisiak
2020-12-31[3.1.x] Fixed #32304 -- Fixed prefixing STATIC_URL and MEDIA_URL by SCRIPT_NA...Mariusz Felisiak
2020-12-29[3.1.x] Fixed #32299 -- Prevented mutating handlers when processing middlewar...Mariusz Felisiak
2020-12-11[3.1.x] Fixed #32252 -- Fixed __isnull=True on key transforms on SQLite and O...sage
2020-11-25[3.1.x] Fixed #32203 -- Fixed QuerySet.values()/values_list() crash on key tr...sage
2020-11-25[3.1.x] Refs #32203 -- Added tests for QuerySet.values()/values_list() on key...sage
2020-11-25[3.1.x] Fixed #32224 -- Avoided suppressing connection errors in supports_jso...Mariusz Felisiak
2020-11-25[3.1.x] Added test for filtering JSONField key transforms with quoted strings.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-13[3.1.x] Changed docs and a code comment to use gender-neutral pronouns.Nick Pope
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] Fixed #31850 -- Fixed BasicExtractorTests.test_extraction_warning wit...Max Smolens
2020-10-29[3.1.x] Fixed #32152 -- Fixed grouping by subquery aliases.Christian Klus
2020-10-22[3.1.x] Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation.Mariusz Felisiak
2020-10-19[3.1.x] Fixed #32107 -- Fixed ProtectedError.protected_objects and Restricted...Hasan Ramezani
2020-10-17[3.1.x] Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.Claude Paroz
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-14[3.1.x] Refs #32096 -- Added test for ArrayAgg over JSONField key transforms.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] Skipped GetImageDimensionsTests.test_webp when WEBP is not installed.Mariusz Felisiak
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-16[3.1.x] Refs #32007 -- Skipped test_q_expression_annotation_with_aggregation ...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] Refs #31901 -- Fixed SeleniumTests.test_list_editable_popups with hea...Mariusz Felisiak
2020-09-02[3.1.x] Fixed #31941 -- Corrected FileField.deconstruct() with a callable sto...Brian Helba