summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [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
* [3.0.x] Fixed #31195 -- Relaxed GeometryDistance test for PROJ 5.2+.Sergey Fedoseev2020-01-211-2/+5
* [3.0.x] Refs #31097 -- Added django.db.models.Q import to contrib.postgres ag...Mariusz Felisiak2020-01-171-1/+1
* [3.0.x] Fixed #31124 -- Fixed setting of get_FOO_display() when overriding in...Carlton Gibson2020-01-151-0/+13
* [3.0.x] Refs #31136 -- Made QuerySet.values()/values_list() group only by sel...Mariusz Felisiak2020-01-151-0/+25
* [3.0.x] Fixed #31097 -- Fixed crash of ArrayAgg and StringAgg with filter whe...David Wobrock2020-01-141-1/+45
* [3.0.x] Fixed #31155 -- Fixed a system check for the longest choice when a na...Mariusz Felisiak2020-01-111-0/+18
* [3.0.x] Fixed #31154 -- Added support for using enumeration types in templates.Adam Johnson2020-01-101-0/+6
* [3.0.x] Fixed #31141 -- Relaxed system check of translation settings for subl...Mariusz Felisiak2020-01-081-5/+29
* [3.0.x] Fixed timezones tests for PyYAML 5.3+.Mariusz Felisiak2020-01-071-6/+22
* [3.0.x] Fixed #31136 -- Disabled grouping by aliases on QuerySet.values()/val...Mariusz Felisiak2020-01-041-0/+14
* [3.0.x] Fixed #31133 -- Fixed crash when subtracting against a subquery annot...Simon Charette2020-01-031-0/+31
* [3.0.x] Refs #31040 -- Fixed crypt.crypt() call in test_hashers.py.Mariusz Felisiak2020-01-031-1/+1
* [3.0.x] Fixed #31071 -- Disabled insert optimization for primary keys with de...Simon Charette2019-12-302-1/+8
* [3.0.x] Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding ...Mariusz Felisiak2019-12-231-0/+37
* [3.0.x] Refs #31115 -- Added test for nested subquery that references related...Mariusz Felisiak2019-12-231-0/+15
* [3.0.x] Fixed #31109 -- Disabled grouping by aliases on QuerySet.exists().Simon Charette2019-12-231-0/+10
* [3.0.x] Fixed #31094 -- Included columns referenced by subqueries in GROUP BY...Simon Charette2019-12-191-0/+20
* [3.0.x] Fixed CVE-2019-19844 -- Used verified user email for password reset r...Simon Charette2019-12-181-0/+36
* [3.0.x] Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating a...Peter Andersen2019-12-112-0/+16
* [3.0.x] Fixed #31060 -- Reallowed window expressions to be used in conditions...Alex Aktsipetrov2019-12-061-2/+18
* [3.0.x] Fixed #31061 -- Ignored positional args in django.urls.resolve() when...Mariusz Felisiak2019-12-062-0/+15
* [3.0.x] Fixed #31056 -- Allowed disabling async-unsafe check with an environm...Andrew Godwin2019-12-031-1/+12
* Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson2019-12-025-76/+116