summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2017-10-21[1.11.x] Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.Tomer Chachamu
2017-10-14[1.11.x] Refs #28710 -- Simplified l10n format testClaude Paroz
2017-10-13[1.11.x] Fixed #28710 -- Fixed the Basque DATE_FORMAT stringClaude Paroz
2017-10-10[1.11.x] Fixed #28601 -- Prevented cache.get_or_set() from caching None if de...Daniel Tao
2017-09-20[1.11.x] Fixed #28488 -- Reallowed error handlers to access CSRF tokens.Florian Apolloner
2017-09-20[1.11.x] Initialized CsrfViewMiddleware once in csrf_tests.Florian Apolloner
2017-09-18[1.11.x] Fixed #28597 -- Fixed crash with the name of a model's autogenerated...Mariusz Felisiak
2017-09-05[1.11.x] Fixed #28555 -- Made CharField convert whitespace-only values to the...Josh Schneier
2017-09-05[1.11.x] Fixed CVE-2017-12794 -- Fixed XSS possibility in traceback section o...Tim Graham
2017-09-03[1.11.x] Fixed #28550 -- Restored contrib.auth's login() and logout() views' ...Zach Liu
2017-09-02[1.11.x] Fixed typo in ModelAdmin action logging test.Nick Pope