summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Improved ExplainTests.test_basic().Mariusz Felisiak2022-04-131-7/+14
* Fixed #33627 -- Improved nonexistent pk in ModelMultipleChoiceFieldTests.test...SanderBeekhuis2022-04-131-1/+1
* Fixed #33633 -- Skipped some test_utils tests on databases that don't support...zhangyangyu2022-04-122-0/+7
* Fixed #24296 -- Made QuerySet.exists() clear selected columns for not sliced ...mgaligniana2022-04-121-0/+8
* Refs #18414 -- Added tests for selected columns of sliced distinct querysets.mgaligniana2022-04-121-0/+8
* Fixed #33626 -- Cleared cache when unregistering a lookup.Himanshu-Balasamanta2022-04-123-11/+12
* Removed DatabaseFeatures.validates_explain_options.Mariusz Felisiak2022-04-111-1/+0
* Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against SQL inj...Mariusz Felisiak2022-04-111-2/+31
* Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(), and extra...Mariusz Felisiak2022-04-114-0/+70
* Fixed #33628 -- Ignored directories with empty names in autoreloader check fo...Manel Clos2022-04-111-0/+11
* Fixed #33618 -- Fixed MTI updates outside of primary key chain.Simon Charette2022-04-071-0/+12
* Fixed #33611 -- Allowed View subclasses to define async method handlers.Carlton Gibson2022-04-071-1/+67
* Refs #33173 -- Fixed test_runner/test_utils tests on Python 3.11+.Mariusz Felisiak2022-04-073-10/+22
* Skipped SchemaTests.test_alter_field_type_and_db_collation on databases that ...Mariusz Felisiak2022-04-061-1/+3
* Fixed #33471 -- Made AlterField operation a noop when changing "choices".sarahboyce2022-04-061-0/+14
* Refs #31617 -- Added an id for helptext in admin forms.David Smith2022-04-063-12/+67
* Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors(...Baptiste Mispelon2022-04-063-170/+327
* Moved remaining SimpleTestCase.assertFormError()/assertFormsetErrors() tests ...Mariusz Felisiak2022-04-054-398/+135
* Fixed #33605 -- Fixed migration crash when altering RegexValidator to pre-com...Brian Helba2022-04-041-0/+31
* Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when...Lucidiot2022-04-013-0/+60
* Fixed #33397 -- Corrected resolving output_field for DateField/DateTimeField/...Luke Plant2022-03-312-6/+37
* Refs #32339 -- Added use_fieldset to Widget.David2022-03-3022-22/+429
* Refs #33397 -- Added extra tests for resolving an output_field of CombinedExp...Luke Plant2022-03-302-1/+90
* Fixed #33598 -- Reverted "Removed unnecessary reuse_with_filtered_relation ar...Mariusz Felisiak2022-03-301-0/+28
* Refs #32365 -- Deprecated django.utils.timezone.utc.Carlton Gibson2022-03-292-2/+18
* Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.Alokik Vijay2022-03-298-6/+110
* Fixed #15619 -- Deprecated log out via GET requests.René Fleschenberg2022-03-292-24/+55
* Reverted "Fixed forms_tests.tests.test_renderers with Jinja 3.1.0+."Mariusz Felisiak2022-03-261-24/+0
* Fixed #7497 -- Allowed overriding the order of apps and models in admin.adontz2022-03-252-0/+19
* Refs #7497 -- Added assertion for the default order of models in AdminSite.ap...Mariusz Felisiak2022-03-251-0/+3
* Fixed forms_tests.tests.test_renderers with Jinja 3.1.0+.Mariusz Felisiak2022-03-251-0/+24
* Refs #15619 -- Logged out with POST requests in admin.Mariusz Felisiak2022-03-242-36/+44
* Refs #33577 -- Used addCleanup() to remove .aux file in GDALBandTests.Mariusz Felisiak2022-03-241-7/+8
* Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson2022-03-2417-62/+80
* Fixed #33569 -- Added SECURE_PROXY_SSL_HEADER support for list of protocols i...Thomas Schmidt2022-03-231-0/+20
* Refs #32365 -- Made migration writer use datetime.timezone.utc.Carlton Gibson2022-03-231-10/+11
* Refs #30581 -- Fixed DatabaseFeatures.bare_select_suffix on MySQL < 8 and Mar...Gagaro2022-03-221-0/+6
* Fixed #33256 -- Fixed schema test failures when using --keepdb.likecodingloveproblems2022-03-211-1/+9
* Fixed #33592 -- Fixed "View on Site" links in custom admin site.Stefan Wehrmeyer2022-03-211-0/+15
* Fixed #33582 -- Fixed deserializing natural keys with foreing key dependencie...François Granade2022-03-183-0/+55
* Fixed isolation of FeaturesTests.test_supports_json_field_operational_error().Mariusz Felisiak2022-03-181-2/+3
* Refs #31169 -- Prevented infinite loop in parallel tests with custom test run...David Smith2022-03-171-0/+45
* Prevented initialization of unused database connections.Florian Apolloner2022-03-171-0/+4
* Moved ensure_defaults() and prepare_test_settings() logic to ConnectionHandle...Florian Apolloner2022-03-171-20/+0
* Removed usage of django.db.utils.ConnectionHandler.databases.Florian Apolloner2022-03-171-1/+1
* Refs #30581 -- Allowed sql.Query to be used without model.Gagaro2022-03-161-3/+62
* Fixed #33577 -- Confirmed support for GDAL 3.4.Mariusz Felisiak2022-03-162-5/+10
* Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith2022-03-159-9/+54
* Fixed #33552 -- Fixed JSONField has key lookups with numeric keys on MariaDB,...Sage Abdullah2022-03-151-0/+27
* Fixed #31357 -- Fixed get_for_models() crash for stale content types when mod...Biel Frontera2022-03-141-0/+20