summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-03-06Refs #31304 -- Made __search lookup default to its rhs' config.Simon Charette
2020-03-06Fixed #31345 -- Added BaseDatabaseIntrospection.get_relations().shankarj67
2020-03-05Refs #31224 -- Added autoconversion of test async methods.Andrew Godwin
2020-03-05Fixed #29129 -- Skipped UPDATE when adding a model instance with inherited pr...Abhijeet Viswa
2020-03-05Fixed #30489 -- Fixed RasterField deserialization with pixeltype flags.Hasan Ramezani
2020-03-05Fixed #31327 -- Deprecated providing_args argument for Signal.Jon Dufresne
2020-03-05Fixed GeoQuerySetTest.test_unionagg_tolerance() test on Oracle 18c.Mariusz Felisiak
2020-03-04Fixed #31333 -- Added BaseDatabaseIntrospection.get_table_description().aryan
2020-03-04Added tests for BaseDatabaseIntrospection's stub methods.Mariusz Felisiak
2020-03-04Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions ...Mariusz Felisiak
2020-03-03Fixed #31147 -- Added SearchHeadline to django.contrib.postgres.Hannes Ljungberg
2020-03-03Refs #31331 -- Checked ONLY_FULL_GROUP_BY mode in AggregateTestCase.test_aggr...Mariusz Felisiak
2020-03-03Refs #31331 -- Added DatabaseWrapper.sql_mode to MySQL.Mariusz Felisiak
2020-03-03Fixed #31150 -- Included subqueries that reference related fields in GROUP BY...Mariusz Felisiak
2020-03-02Fixed #31274 -- Used signing infrastructure in SessionBase.encode()/decode().Claude Paroz
2020-02-28Fixed #31293 -- Allowed MultiPartParser to handle double-quoted encoded headers.007
2020-02-28Fixed #31301 -- Fixed crash of QuerySet.bulk_create() with mixed empty and se...Hans Aarne Liblik
2020-02-28Fixed #31314 -- Raised CommandError when locale is not specified in makemessa...Cristobal Mackenzie
2020-02-28Fixed #31310 -- Fixed hints in checks for using intermediate model with ambig...Matheus Cunha Motta
2020-02-28Refs #31310 -- Added test for check for using intermediate model with ambiguo...Matheus Cunha Motta
2020-02-27Fixed #31251 -- Disabled grouping by OuterRef() annotation.Rohit
2020-02-27Fixed #31185 -- Fixed detecting of unique fields in ForeignKey/ForeignObject ...Valze
2020-02-27Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.Simon Charette
2020-02-26Fixed #28699 -- Fixed CSRF validation with remote user middleware.Colton Hicks
2020-02-26Fixed #28280 -- Prevented numberformat.format() from formatting large/tiny fl...Hasan Ramezani
2020-02-26Fixed #31289 -- Added hint for USERNAME_FIELD/REQUIRED_FIELDS system check.aryan
2020-02-26Refs #31211 -- Prevented SearchConfig nesting in SearchVector and SearchQuery...Simon Charette
2020-02-25Fixed #31291 -- Renamed salt to mask for CSRF tokens.Ram Rachum
2020-02-24Fixed #31286 -- Made database specific fields checks databases aware.Taoup
2020-02-24Fixed backends tests on Oracle.Mariusz Felisiak
2020-02-24Fixed #31292 -- Fixed django.contrib.gis.gdal.gdal_full_version() crash.Diederik van der Boor
2020-02-24Added test for django.contrib.gis.gdal.gdal_version().Diederik van der Boor
2020-02-20Corrected typo in test docstring.Jon Dufresne
2020-02-20Captured logging in DebugViewTests with assertLogs().Jon Dufresne
2020-02-19Fixed tests when run in reverse.Mariusz Felisiak
2020-02-19Fixed #31187 -- Fixed detecting of existing total ordering in admin changelis...Fabio Sangiovanni
2020-02-19Removed duplicate tests in ChangeListTests.test_total_ordering_optimization().Fabio Sangiovanni
2020-02-19Fixed typos in docs and a test comment.Yoo In Keun
2020-02-18Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz
2020-02-18Refs #31282 -- Clarified M2O add/remove/set with PK behaviour.Carlton Gibson
2020-02-18Fixed #31271 -- Preserved ordering when unifying query parameters on Oracle.Mariusz Felisiak
2020-02-18Fixed #31228 -- Reallowed aggregates to be used with multiple expressions and...Taoup
2020-02-18Fixed #20995 -- Added support for iterables of template names to {% include %...Keshav Kumar
2020-02-17Fixed #31277 -- Relaxed system check of m2m intermediary tables for db_table ...Xavier Francisco
2020-02-14Fixed #26552 -- Deferred constraint checks when reloading the database with d...Matthijs Kooijman
2020-02-14Removed unused and incorrect PossessedCar.__str__() method in test_utils.Mariusz Felisiak
2020-02-14Removed redundant MiddlewareTest.test_old_style_request() test.Claude Paroz
2020-02-13Removed unused cache.tests.CacheUtils._set_cache().Claude Paroz
2020-02-13Fixed #31250 -- Ignored processing instructions in assertXMLEqual()/assertXML...yura
2020-02-13Fixed #31267 -- Added tests cases with empty username or password for URLVali...Dennis Schwertel