summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-03-20[2.0.x] Fixed serializers test crash if PyYAML isn't installed.Tim Graham
2019-03-14[2.0.x] Fixed serializers tests for PyYAML 5.1+.Mariusz Felisiak
2019-03-03[2.0.x] Reverted "Fixed relative paths imports per isort 4.3.5."Mariusz Felisiak
2019-02-25[2.0.x] Fixed relative paths imports per isort 4.3.5.Mariusz Felisiak
2019-02-11[2.0.x] Fixed CVE-2019-6975 -- Fixed memory exhaustion in utils.numberformat....Carlton Gibson
2019-01-03[2.0.x] Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in t...Tom Hacohen
2019-01-02[2.0.x] Added __init__.py for db_utils tests.Tim Graham
2019-01-02[2.0.x] Pinned Pillow != 5.4.0 in test requirements.Tim Graham
2018-12-27[2.0.x] Fixed broken links to PyYAML page.CHI Cheng
2018-12-20[2.0.x] Removed unused imports in tests/test_runner/tests.py.Tim Graham
2018-12-17[2.0.x] Fixed #30023 -- Prevented SQLite schema alterations while foreign key...Simon Charette
2018-12-05[2.0.x] Refs #30013 -- Doc'd that mysqlclient 1.3.14 and later isn't supported.Tim Graham
2018-11-10[2.0.x] Removed obsolete and flaky GeoIP tests.Tom Forbes
2018-09-18[2.0.x] Refs #29759 -- Doc'd that cx_Oracle < 7 is required.Mariusz Felisiak
2018-08-02[2.0.x] Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().Michael Sanders
2018-07-31[2.0.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMidd...Andreas Hug
2018-07-31[2.0.x] Fixed #29617 -- Fixed Template crash if template_string is lazy.Dražen Odobašić
2018-07-06[2.0.x] Refs #29451 -- Fixed test_isvalid_lookup on MySQL 8+.Tom
2018-06-25[2.0.x] Reverted "Fixed #29511 -- Added charset to JavaScriptCatalog's Conten...Tim Graham
2018-06-22[2.0.x] Fixed #29511 -- Added charset to JavaScriptCatalog's Content-Type hea...Tim Graham
2018-06-20[2.0.x] Refs #29451 -- Fixed invalid SQL on MySQL in queries tests.Carlton Gibson
2018-06-15[2.0.x] Refs #29428 -- Fixed admin check crash when using a query expression ...Tim Graham
2018-06-15[2.0.x] Fixed #29428 -- Fixed admin changelist crash when using a query expre...Tim Graham
2018-06-02[2.0.x] Fixed #29461 -- Fixed ogrinspect test_time_field failure on SpatiaLite.Tim Graham
2018-06-01[2.0.x] Fixed #29462 -- Fixed ogrinspect test failures with GDAL 2.2.Tim Graham
2018-06-01[2.0.x] Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.Adam Donaghy
2018-05-31[2.0.x] Relaxed a GDAL raster test.Tim Graham
2018-05-31[2.0.x] Refs #29416 -- Fixed GeoExpressionsTests.test_multiple_annotation() o...Mariusz Felisiak
2018-05-27[2.0.x] Fixed #29416 -- Removed unnecesary subquery from GROUP BY clause on M...Mariusz Felisiak
2018-05-26[2.0.x] Fixed #29415 -- Fixed detection of custom URL converters in included ...Xaroth Brook
2018-05-25[2.0.x] Fixed #29400 -- Fixed crash in custom template filters that use decor...Ryan Rubin
2018-05-02[2.0.x] Fixed #29375 -- Removed empty action attribute on HTML forms.CHI Cheng
2018-04-19[2.0.x] Fixed #29212 -- Doc'd redirect loop if @permission_required used with...Nick Pope
2018-04-17[2.0.x] Fixed a test failure with the latest GeoIP2 database.Tim Graham
2018-04-17[2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-04-13[2.0.x] Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or...Mariusz Felisiak
2018-04-12[2.0.x] Fixed schema test failure when running tests in reverse.Tim Graham
2018-04-12[2.0.x] Fixed #29296 -- Fixed crashes in admindocs when a view is a callable ...Paul Donohue
2018-04-11[2.0.x] Fixed #29193 -- Prevented unnecessary foreign key drops when altering...Jeremy Bowman
2018-04-11[2.0.x] Tested altering a unique field when a reverse M2M relation exists.Jeremy Bowman
2018-04-10[2.0.x] Fixed #29307 -- Fixed inspectdb import paths for django.contrib.postg...Alasdair Nicol
2018-04-02[2.0.x] Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the w...Claude Paroz
2018-04-02[2.0.x] Fixed #29273 -- Prevented initial selection of empty choice in multip...Claude Paroz
2018-03-19[2.0.x] Fixed #29229 -- Fixed column mismatch crash when combining two annota...Amr Anwar
2018-03-15[2.0.x] Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL con...Mattia Procopio
2018-03-15[2.0.x] Fixed #29221 -- Corrected admin's autocomplete widget to add a space ...Artem Tabolin
2018-03-13[2.0.x] Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/...dzhuang
2018-03-08[2.0.x] Fixed #29195 -- Fixed Exists.output_field resolution on single-valued...Simon Charette
2018-03-06[2.0.x] Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in django.util...Tim Graham
2018-03-06[2.0.x] Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize and ...Tim Graham