summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-01-26[1.11.x] Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.Carlton Gibson
2020-01-07[1.11.x] Fixed timezones tests for PyYAML 5.3+.Mariusz Felisiak
2019-12-18[1.11.x] Fixed CVE-2019-19844 -- Used verified user email for password reset ...Simon Charette
2019-12-11[1.11.x] Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating ...Peter Andersen
2019-10-11[1.11.x] Fixed #30826 -- Fixed crash of many JSONField lookups when one hand ...Louise Grandjonc
2019-09-16[1.11.x] Fixed #30769 -- Fixed a crash when filtering against a subquery JSON...Simon Charette
2019-08-14[1.11.x] Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms ...Mariusz Felisiak
2019-07-31[1.11.x] Fixed CVE-2019-14235 -- Fixed potential memory exhaustion in django....Florian Apolloner
2019-07-31[1.11.x] Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and inde...Mariusz Felisiak
2019-07-29[1.11.x] Fixed CVE-2019-14233 -- Prevented excessive HTMLParser recursion in ...Florian Apolloner
2019-07-29[1.11.X] Fixed CVE-2019-14232 -- Adjusted regex to avoid backtracking issues ...Florian Apolloner
2019-07-01[1.11.x] Fixed CVE-2019-12781 -- Made HttpRequest always trust SECURE_PROXY_S...Carlton Gibson
2019-06-30[1.11.x] Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.Mariusz Felisiak
2019-06-03[1.11.x] Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL before...Carlton Gibson
2019-04-05[1.11.x] Refs #30331 -- Doc'd that psycopg2 < 2.8 is required.Mariusz Felisiak
2019-03-20[1.11.x] Fixed serializers test crash if PyYAML isn't installed.Tim Graham
2019-03-14[1.11.x] Fixed serializers tests for PyYAML 5.1+.Mariusz Felisiak
2019-03-03[1.11.x] Reverted "Fixed relative paths imports per isort 4.3.5."Mariusz Felisiak
2019-02-25[1.11.x] Fixed relative paths imports per isort 4.3.5.Mariusz Felisiak
2019-02-14[1.11.x] Fixed E117 flake8 warnings.Tim Graham
2019-02-11[1.11.x] Fixed CVE-2019-6975 -- Fixed memory exhaustion in utils.numberformat...Carlton Gibson
2019-01-03[1.11.x] Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in ...Tom Hacohen
2019-01-02[1.11.x] Pinned Pillow != 5.4.0 in test requirements.Tim Graham
2018-12-27[1.11.x] Fixed broken links to PyYAML page.CHI Cheng
2018-12-05[1.11.x] Refs #30013 -- Doc'd that mysqlclient 1.3.14 and later isn't supported.Tim Graham
2018-11-17[1.11.x] Refs #28814 -- Fixed test_runner failure on Python 3.7.Tim Graham
2018-11-10[1.11.x] Removed obsolete and flaky GeoIP tests.Tom Forbes
2018-09-18[1.11.x] Refs #29759 -- Doc'd that cx_Oracle < 7 is required.Mariusz Felisiak
2018-08-03[1.11.x] Refs #29499 -- Skipped QuerySet.update_or_create() test that fails o...Tim Graham
2018-08-02[1.11.x] Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().Michael Sanders
2018-07-25[1.11.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMid...Andreas Hug
2018-06-07[1.11.x] Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.Adam Donaghy
2018-06-02[1.11.x] Fixed #29461 -- Fixed ogrinspect test_time_field failure on SpatiaLite.Tim Graham
2018-06-01[1.11.x] Fixed #29462 -- Fixed ogrinspect test failures with GDAL 2.2.Tim Graham
2018-05-31[1.11.x] Refs #28257 -- Updated a test for GDAL 2.2Claude Paroz
2018-04-17[1.11.x] Fixed a test failure with the latest GeoIP databases.Tim Graham
2018-04-14[1.11.x] Added isolated_local_models support to schema tests.Tim Graham
2018-04-13[1.11.x] Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() o...Mariusz Felisiak
2018-04-12[1.11.x] Fixed schema test failure when running tests in reverse.Tim Graham
2018-04-12[1.11.x] Fixed #29296 -- Fixed crashes in admindocs when a view is a callable...Paul Donohue
2018-04-11[1.11.x] Fixed #29193 -- Prevented unnecessary foreign key drops when alterin...Jeremy Bowman
2018-04-11[1.11.x] Tested altering a unique field when a reverse M2M relation exists.Jeremy Bowman
2018-04-02[1.11.x] Fixed #29273 -- Prevented initial selection of empty choice in multi...Claude Paroz
2018-03-19[1.11.x] Fixed #29229 -- Fixed column mismatch crash when combining two annot...Amr Anwar
2018-02-27[1.11.x] Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in django.uti...Tim Graham
2018-02-27[1.11.x] Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize and...Tim Graham
2018-02-20[1.11.x] Switched test requirement to new psycopg2-binary package.Tim Graham
2018-02-20[1.11.x] Removed blank lines per isort 4.3.0.Tim Graham
2018-02-01[1.11.x] Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.Tim Graham
2018-02-01[1.11.x] Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAd...Tim Graham