summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Normalized check framework test pattern.Adam Johnson2020-03-213-159/+66
* Refs #29724 -- Added is_dst parameter to QuerySet.datetimes().Hasan Ramezani2020-03-201-0/+36
* Fixed #31144 -- Relaxed system check for max_length of CharFields on MySQL/Ma...Rohit2020-03-201-3/+8
* Made BaseCacheTests skip culling tests if culling is not supported.Jon Dufresne2020-03-191-12/+10
* Fixed #31285 -- Fixed inherited Meta.ordering of "-pk".Jon Dufresne2020-03-192-1/+16
* Fixed #31123 -- Added --include-stale-apps option to the remove_stale_content...gowthamk632020-03-191-5/+35
* Refs #29548 -- Mentioned MariaDB in database system checks.Mariusz Felisiak2020-03-191-1/+2
* Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin2020-03-1811-29/+381
* Removed redundant get_max_column_name_length() calls in invalid_models_tests....Mariusz Felisiak2020-03-181-4/+0
* Refs #31055 -- Made long column names checks support databases aware.Mariusz Felisiak2020-03-181-4/+9
* Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search l...Baptiste Mispelon2020-03-163-1/+29
* Fixed #31363 -- Added support for negative integers to intword template filter.jay201620162020-03-161-8/+24
* Fixed #31361 -- Fixed invalid action="" in admin forms.Jon Dufresne2020-03-162-13/+22
* Added novalidate HTML attribute to ModelAdmin.add_view() and change_view() te...Jon Dufresne2020-03-161-2/+2
* Refs #31304 -- Added tests for using __search lookup with combined SearchQuer...Mariusz Felisiak2020-03-131-0/+9
* Refs #31340 -- Simplified SearchQuery by making it subclass Func.Baptiste Mispelon2020-03-131-5/+9
* Fixed random auth_tests.test_tokens.TokenGeneratorTest.test_timeout failures.Mariusz Felisiak2020-03-121-5/+6
* Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a erro...David Smith2020-03-121-2/+24
* Fixed MiddlewareNotUsedTests.test_do_not_log_when_debug_is_false().Mariusz Felisiak2020-03-121-1/+4
* Completed test coverage for BaseHandler.process_exception_by_middleware().Mariusz Felisiak2020-03-121-0/+9
* Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.Claude Paroz2020-03-111-2/+15
* Fixed typo in tests/forms_tests/widget_tests/test_clearablefileinput.py docst...David Smith2020-03-111-1/+1
* Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz2020-03-103-2/+27
* Fixed #26513 -- Added tests for <Backend>GeometryColumns.geom_col_name().Hasan Ramezani2020-03-101-2/+9
* Fixed typos in tolerance gis_tests.Mariusz Felisiak2020-03-102-4/+4
* Fixed #31349 -- Used :nth-child() CSS pseudo-class to style alternative rows ...Jon Dufresne2020-03-093-16/+2
* Fixed #31347 -- Checked allow_migrate() in CreateExtension operation.Hasan Ramezani2020-03-091-2/+47
* Fixed #31318 -- Allowed sqlmigrate to inspect squashed migrations.David Wobrock2020-03-091-0/+8
* Refs #31318 -- Added tests for inspecting squashed migrations and ambiguous n...David Wobrock2020-03-091-0/+18
* Refs #30489 -- Fixed RasterFieldTest.test_deserialize_with_pixeltype_flags() ...Mariusz Felisiak2020-03-071-1/+4
* Replaced deprecated assertEquals() with assertEqual() in RasterFieldTest.Mariusz Felisiak2020-03-071-2/+2
* Refs #31304 -- Made __search lookup default to its rhs' config.Simon Charette2020-03-061-0/+6
* Fixed #31345 -- Added BaseDatabaseIntrospection.get_relations().shankarj672020-03-061-0/+5
* Refs #31224 -- Added autoconversion of test async methods.Andrew Godwin2020-03-052-11/+1
* Fixed #29129 -- Skipped UPDATE when adding a model instance with inherited pr...Abhijeet Viswa2020-03-052-2/+12
* Fixed #30489 -- Fixed RasterField deserialization with pixeltype flags.Hasan Ramezani2020-03-051-1/+21
* Fixed #31327 -- Deprecated providing_args argument for Signal.Jon Dufresne2020-03-052-4/+26
* Fixed GeoQuerySetTest.test_unionagg_tolerance() test on Oracle 18c.Mariusz Felisiak2020-03-051-1/+2
* Fixed #31333 -- Added BaseDatabaseIntrospection.get_table_description().aryan2020-03-041-0/+5
* Added tests for BaseDatabaseIntrospection's stub methods.Mariusz Felisiak2020-03-041-0/+32
* Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions ...Mariusz Felisiak2020-03-042-1/+68
* Fixed #31147 -- Added SearchHeadline to django.contrib.postgres.Hannes Ljungberg2020-03-032-6/+129
* Refs #31331 -- Checked ONLY_FULL_GROUP_BY mode in AggregateTestCase.test_aggr...Mariusz Felisiak2020-03-031-1/+1
* Refs #31331 -- Added DatabaseWrapper.sql_mode to MySQL.Mariusz Felisiak2020-03-031-1/+9
* Fixed #31150 -- Included subqueries that reference related fields in GROUP BY...Mariusz Felisiak2020-03-031-0/+27
* Fixed #31274 -- Used signing infrastructure in SessionBase.encode()/decode().Claude Paroz2020-03-021-0/+12
* Fixed #31293 -- Allowed MultiPartParser to handle double-quoted encoded headers.0072020-02-281-0/+42
* Fixed #31301 -- Fixed crash of QuerySet.bulk_create() with mixed empty and se...Hans Aarne Liblik2020-02-282-4/+21
* Fixed #31314 -- Raised CommandError when locale is not specified in makemessa...Cristobal Mackenzie2020-02-281-0/+10
* Fixed #31310 -- Fixed hints in checks for using intermediate model with ambig...Matheus Cunha Motta2020-02-281-4/+3