summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [1.11.x] Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in ...Tom Hacohen2019-01-031-4/+8
* [1.11.x] Pinned Pillow != 5.4.0 in test requirements.Tim Graham2019-01-021-1/+1
* [1.11.x] Fixed broken links to PyYAML page.CHI Cheng2018-12-271-1/+1
* [1.11.x] Refs #30013 -- Doc'd that mysqlclient 1.3.14 and later isn't supported.Tim Graham2018-12-051-2/+1
* [1.11.x] Refs #28814 -- Fixed test_runner failure on Python 3.7.Tim Graham2018-11-171-2/+4
* [1.11.x] Removed obsolete and flaky GeoIP tests.Tom Forbes2018-11-101-16/+3
* [1.11.x] Refs #29759 -- Doc'd that cx_Oracle < 7 is required.Mariusz Felisiak2018-09-181-1/+1
* [1.11.x] Refs #29499 -- Skipped QuerySet.update_or_create() test that fails o...Tim Graham2018-08-031-0/+2
* [1.11.x] Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().Michael Sanders2018-08-022-1/+59
* [1.11.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMid...Andreas Hug2018-07-253-0/+31
* [1.11.x] Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.Adam Donaghy2018-06-072-3/+87
* [1.11.x] Fixed #29461 -- Fixed ogrinspect test_time_field failure on SpatiaLite.Tim Graham2018-06-021-3/+11
* [1.11.x] Fixed #29462 -- Fixed ogrinspect test failures with GDAL 2.2.Tim Graham2018-06-011-3/+4
* [1.11.x] Refs #28257 -- Updated a test for GDAL 2.2Claude Paroz2018-05-311-15/+17
* [1.11.x] Fixed a test failure with the latest GeoIP databases.Tim Graham2018-04-172-4/+4
* [1.11.x] Added isolated_local_models support to schema tests.Tim Graham2018-04-141-0/+7
* [1.11.x] Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() o...Mariusz Felisiak2018-04-131-1/+9
* [1.11.x] Fixed schema test failure when running tests in reverse.Tim Graham2018-04-121-0/+1
* [1.11.x] Fixed #29296 -- Fixed crashes in admindocs when a view is a callable...Paul Donohue2018-04-124-0/+18
* [1.11.x] Fixed #29193 -- Prevented unnecessary foreign key drops when alterin...Jeremy Bowman2018-04-111-0/+34
* [1.11.x] Tested altering a unique field when a reverse M2M relation exists.Jeremy Bowman2018-04-111-1/+37
* [1.11.x] Fixed #29273 -- Prevented initial selection of empty choice in multi...Claude Paroz2018-04-022-6/+10
* [1.11.x] Fixed #29229 -- Fixed column mismatch crash when combining two annot...Amr Anwar2018-03-191-0/+11
* [1.11.x] Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in django.uti...Tim Graham2018-02-271-0/+4
* [1.11.x] Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize and...Tim Graham2018-02-271-0/+8
* [1.11.x] Switched test requirement to new psycopg2-binary package.Tim Graham2018-02-201-1/+1
* [1.11.x] Removed blank lines per isort 4.3.0.Tim Graham2018-02-204-4/+0
* [1.11.x] Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.Tim Graham2018-02-011-0/+21
* [1.11.x] Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAd...Tim Graham2018-02-012-1/+10
* [1.11.x] Fixed #29071 -- Fixed contrib.auth.authenticate() crash if a backend...Tim Graham2018-01-311-0/+29
* [1.11.x] Fixed #29016 -- Fixed incorrect foreign key nullification on related...Étienne Loks2018-01-132-2/+28
* [1.11.x] Fixed a GeoIP2 test failure with the latest GeoIP2 database.Tim Graham2018-01-101-3/+3
* [1.11.x] Fixed GeoIP test failure with the latest data.Tim Graham2018-01-081-1/+1
* [1.11.x] Fixed #25277 -- Restored test dependency to the original python-memc...Tim Graham2017-12-183-3/+1
* [1.11.x] Refs #28856 -- Fixed caching of a GenericForeignKey pointing to a mo...Morgan Wahl2017-12-072-3/+15
* [1.11.x] Refs #28876 -- Fixed incorrect foreign key constraint name for model...Mariusz Felisiak2017-12-051-0/+22
* [1.11.x] Refs #28876 -- Fixed incorrect class-based model index name generati...Mariusz Felisiak2017-12-051-0/+13
* [1.11.x] Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.Nick Pope2017-12-051-0/+7
* [1.11.x] Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign k...Tim Graham2017-12-011-0/+77
* [1.11.x] Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey...Simon Charette2017-11-301-0/+6
* [1.11.x] Fixed #28702 -- Made query lookups for CIText fields use citext.Mads Jensen2017-11-292-2/+24
* [1.11.x] Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a filtered...Raphael Michel2017-11-271-1/+22
* [1.11.x] Fixed #28817 -- Made QuerySet.iterator() use server-side cursors aft...Dražen Odobašić2017-11-211-1/+14
* [1.11.x] Added assertion helpers for PostgreSQL's server-side cursor tests.Tim Graham2017-11-211-23/+17
* [1.11.x] Fixed test failures due to ordering differences on PostgreSQL 10.Tim Graham2017-11-151-2/+2
* [1.11.x] Fixed #28792 -- Fixed index name truncation of namespaced tables.Simon Charette2017-11-142-1/+32
* [1.11.x] Fixed #28781 -- Added QuerySet.values()/values_list() support for un...Mariusz Felisiak2017-11-121-0/+30
* [1.11.x] Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive u...shanghui2017-11-081-3/+2
* [1.11.x] Fixed #28689 -- Fixed unquoted table names in Subquery SQL when usin...Mariusz Felisiak2017-10-252-0/+6
* [1.11.x] Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.Tomer Chachamu2017-10-211-16/+20