summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2018-01-31[1.11.x] Fixed #29071 -- Fixed contrib.auth.authenticate() crash if a backend...Tim Graham
2018-01-13[1.11.x] Fixed #29016 -- Fixed incorrect foreign key nullification on related...Étienne Loks
2018-01-10[1.11.x] Fixed a GeoIP2 test failure with the latest GeoIP2 database.Tim Graham
2018-01-08[1.11.x] Fixed GeoIP test failure with the latest data.Tim Graham
2017-12-18[1.11.x] Fixed #25277 -- Restored test dependency to the original python-memc...Tim Graham
2017-12-07[1.11.x] Refs #28856 -- Fixed caching of a GenericForeignKey pointing to a mo...Morgan Wahl
2017-12-05[1.11.x] Refs #28876 -- Fixed incorrect foreign key constraint name for model...Mariusz Felisiak
2017-12-05[1.11.x] Refs #28876 -- Fixed incorrect class-based model index name generati...Mariusz Felisiak
2017-12-05[1.11.x] Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.Nick Pope
2017-12-01[1.11.x] Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign k...Tim Graham
2017-11-30[1.11.x] Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey...Simon Charette
2017-11-29[1.11.x] Fixed #28702 -- Made query lookups for CIText fields use citext.Mads Jensen
2017-11-27[1.11.x] Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a filtered...Raphael Michel
2017-11-21[1.11.x] Fixed #28817 -- Made QuerySet.iterator() use server-side cursors aft...Dražen Odobašić
2017-11-21[1.11.x] Added assertion helpers for PostgreSQL's server-side cursor tests.Tim Graham
2017-11-15[1.11.x] Fixed test failures due to ordering differences on PostgreSQL 10.Tim Graham
2017-11-14[1.11.x] Fixed #28792 -- Fixed index name truncation of namespaced tables.Simon Charette
2017-11-12[1.11.x] Fixed #28781 -- Added QuerySet.values()/values_list() support for un...Mariusz Felisiak
2017-11-08[1.11.x] Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive u...shanghui
2017-10-25[1.11.x] Fixed #28689 -- Fixed unquoted table names in Subquery SQL when usin...Mariusz Felisiak