summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [3.0.x] Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploa...Mariusz Felisiak2021-04-064-17/+111
* [3.0.x] Fixed CVE-2021-23336 -- Fixed web cache poisoning via django.utils.ht...Nick Pope2021-02-183-8/+54
* [3.0.x] Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archiv...Mariusz Felisiak2021-02-015-0/+21
* [3.0.x] Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.Mariusz Felisiak2021-01-291-5/+5
* [3.0.x] Fixed #31850 -- Fixed BasicExtractorTests.test_extraction_warning wit...Max Smolens2020-11-021-2/+2
* [3.0.x] Fixed #32152 -- Fixed grouping by subquery aliases.Christian Klus2020-10-291-1/+20
* [3.0.x] Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.Claude Paroz2020-10-171-0/+12
* [3.0.x] Skipped GetImageDimensionsTests.test_webp when WEBP is not installed.Mariusz Felisiak2020-10-062-2/+5
* [3.0.x] Fixed CVE-2020-24584 -- Fixed permission escalation in intermediate-l...Mariusz Felisiak2020-08-251-1/+25
* [3.0.x] Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-lev...Mariusz Felisiak2020-08-253-21/+48
* [3.0.x] Fixed #31863 -- Prevented mutating model state by copies of model ins...Gert Burger2020-08-131-0/+15
* [3.0.x] Fixed #31866 -- Fixed locking proxy models in QuerySet.select_for_upd...Daniel Hillier2020-08-112-1/+45
* [3.0.x] Fixed #31805 -- Fixed SchemaTests.tearDown() when table names are cas...Mariusz Felisiak2020-07-221-0/+4
* [3.0.x] Fixed #31797 -- Skipped schema tests on specific MariaDB versions.Mariusz Felisiak2020-07-221-1/+13
* [3.0.x] Fixed #31784 -- Fixed crash when sending emails on Python 3.6.11+, 3....Florian Apolloner2020-07-201-6/+44
* [3.0.x] Fixed #31790 -- Fixed setting SameSite cookies flag in HttpResponse.d...Mariusz Felisiak2020-07-163-2/+15
* [3.0.x] Fixed #30807 -- Fixed TestArchive.test_extract_file_permissions() whe...Ad Timmering2020-06-291-1/+1
* [3.0.x] Fixed #31735 -- Fixed migrations crash on namespaced inline FK additi...Simon Charette2020-06-241-0/+29
* [3.0.x] Refs #31660 -- Fixed annotations.tests crash on MySQL.Mariusz Felisiak2020-06-111-1/+1
* [3.0.x] Fixed #31664 -- Reallowed using non-expressions having filterable att...Nicolas Baccelli2020-06-082-3/+10
* [3.0.x] Fixed #31660 -- Fixed queryset crash when grouping by m2o relation.Mariusz Felisiak2020-06-081-3/+24
* [3.0.x] Fixed #31654 -- Fixed cache key validation messages.Mariusz Felisiak2020-06-051-2/+4
* [3.0.x] Refs CVE-2020-13254 -- Fixed cache.tests when KEY_PREFIX is defined.Mariusz Felisiak2020-06-031-1/+1
* [3.0.x] Fixed CVE-2020-13254 -- Enforced cache key validation in memcached ba...Dan Palmer2020-06-031-30/+11
* [3.0.x] Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdW...Jon Dufresne2020-06-032-0/+19
* [3.0.x] Fixed #31570 -- Corrected translation loading for apps providing terr...Carlton Gibson2020-06-0113-0/+165
* [3.0.x] Fixed #31607 -- Fixed evaluated Subquery equality.Mariusz Felisiak2020-05-191-0/+19
* [3.0.x] Fixed #31584 -- Fixed crash when chaining values()/values_list() afte...Mariusz Felisiak2020-05-141-3/+0
* [3.0.x] Fixed #31568 -- Fixed alias reference when aggregating over multiple ...Simon Charette2020-05-141-1/+22
* [3.0.x] Fixed #31566 -- Fixed aliases crash when chaining values()/values_lis...Simon Charette2020-05-141-2/+18
* [3.0.x] Fixed E128, E741 flake8 warnings.Mariusz Felisiak2020-05-124-67/+83
* [3.0.x] Fixed a/an typos in "SQL" usage.Adam Johnson2020-05-061-1/+1
* [3.0.x] Fixed #31538 -- Fixed Meta.ordering validation lookups that are not t...Mariusz Felisiak2020-05-051-0/+9
* [3.0.x] Fixed #31521 -- Skipped test_parsing_rfc850 test on 32-bit systems.Hasan Ramezani2020-04-301-0/+2
* [3.0.x] Fixed #31420 -- Fixed crash when filtering subquery annotation agains...Hasan Ramezani2020-04-062-2/+23
* [3.0.x] Fixed #31377 -- Disabled grouping by aliases on QuerySet.values()/val...Hasan Ramezani2020-03-252-0/+17
* [3.0.x] Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz2020-03-103-2/+27
* [3.0.x] Fixed GeoQuerySetTest.test_unionagg_tolerance() test on Oracle 18c.Mariusz Felisiak2020-03-051-1/+2
* [3.0.x] Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS fu...Mariusz Felisiak2020-03-042-1/+68
* [3.0.x] Fixed #31150 -- Included subqueries that reference related fields in ...Mariusz Felisiak2020-03-031-0/+27
* [3.0.x] Refs #31312 -- Fixed FTimeDeltaTests.test_date_case_subtraction() test.Mariusz Felisiak2020-02-271-3/+3
* [3.0.x] Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.Simon Charette2020-02-271-3/+20
* [3.0.x] Fixed #31271 -- Preserved ordering when unifying query parameters on ...Mariusz Felisiak2020-02-181-0/+4
* [3.0.x] Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of...Abhijeet Viswa2020-02-112-7/+47
* [3.0.x] Fixed #31240 -- Properly closed FileResponse when wsgi.file_wrapper i...Florian Apolloner2020-02-113-0/+48
* [3.0.x] Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper ...Florian Apolloner2020-02-111-49/+0
* [3.0.x] Fixed #31253 -- Fixed data loss possibility when using caching from a...Jon Dufresne2020-02-111-0/+13
* [3.0.x] Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.Simon Charette2020-02-031-0/+4
* [3.0.x] Fixed #31217 -- Made QuerySet.values()/values_list() group by not sel...Mariusz Felisiak2020-02-031-0/+27
* [3.0.x] Fixed #31190 -- Fixed prefetch_related() crash for GenericForeignKey ...Eugene Hatsko2020-01-221-0/+13