summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2026-05-20Fixed #37105 -- Disallowed admin change form actions on different objects.Sarah Boyce
2026-05-18Fixed #36825 -- Extended admin templates so CSP nonce is included if available.Johannes Maron
2026-05-18Refs #36938 -- Reverted "Refs #36938 -- Tolerated unnecessary ordering in com...Jacob Walls
2026-05-18Fixed #37097 -- Made Query.clear_ordering() clear ordering on combined querie...Jacob Walls
2026-05-15Fixed #37062 -- Added preserve_request support to RedirectView.VAIBHAVPANT07
2026-05-15Pinned selenium version to "<4.44.0" due to change in get_attribute("class") ...Sarah Boyce
2026-05-14Refs #36664 -- Updated SMTP EmailBackend tests for Python 3.15.Mike Edmunds
2026-05-13Fixed #37092, Refs #35870 -- Added missing deprecation warnings for USE_BLANK...Jacob Walls
2026-05-13Fixed #35514 -- Implemented dictionary-based MAILERS.Mike Edmunds
2026-05-13Fixed #37094 -- Replaced "Go" with "Run" in list_editable alert message.Jacob Walls
2026-05-13Fixed #12090 -- Added admin actions to the admin change form.Marcelo Galigniana
2026-05-12Fixed #37095 -- Checked maximum redirect lengths against percent-encoded URLs.Jacob Walls
2026-05-12Fixed #37096 -- Fixed test_invalid_choice_db_option on Python 3.14.5+.kasey
2026-05-12Removed constraints' test_validate_nullable_condition dependency on generated...Tim Graham
2026-05-11Refs #36938 -- Tolerated unnecessary ordering in compound queries on SQLite.Jacob Walls
2026-05-11Removed hardcoded pks in AdminViewPermissionsTest.Artyom Kotovskiy
2026-05-11Refs #36593 -- Deprecated setting ModelAdmin.list_select_related to True.Adam Johnson
2026-05-11Fixed #36593 -- Deprecated QuerySet.select_related() with no arguments.Adam Johnson
2026-05-11Refs #36593 -- Used explicit select_related() calls in tests.Adam Johnson
2026-05-11Refs #36593 -- Made ModelAdmin.list_select_related = False more efficient.Adam Johnson
2026-05-08Refs #37060 -- Shortened app label in AlterField test for Oracle.Jacob Walls
2026-05-08Refs #35514 -- Decoupled settings from functional EmailBackend tests.Mike Edmunds
2026-05-07Fixed #37084 -- Added CSP nonce context processor system check.Milad Zarour
2026-05-07Fixed #37085 -- Added support for object-based form media stylesheet assets.Natalia
2026-05-07Fixed #37060 -- Propagated AlterField through attname-based to_field references.Andrea Zanotto
2026-05-06Refs #35514 -- Cleaned up logging and middleware tests.Mike Edmunds
2026-05-06Refs #35514 -- Verified test runner swaps in testing email backend.Mike Edmunds
2026-05-06Refs #35514 -- Added error for missing EMAIL_FILE_PATH setting.Mike Edmunds
2026-05-06Refs #35514 -- Added missing mail tests.Mike Edmunds
2026-05-06Refs #35514 -- Simplified mail tests.Mike Edmunds
2026-05-06Refs #35514 -- Cleaned up mail tests.Mike Edmunds
2026-05-06Fixed #36784 -- Added csp_nonce_attr template tag for CSP nonce inclusion.Natalia
2026-05-06Refs #36439 -- Added sync_to_async() to dummy password hasher path.Jacob Walls
2026-05-06Fixed #36300 -- Restored the semantic where RemoteUserMiddleware.header corre...Jacob Walls
2026-05-05Fixed #37053 -- Added validate=True to base64.b64decode() calls.Sarah Boyce
2026-05-05Fixed CVE-2026-6907 -- Prevented caching of requests when Vary header contain...Sarah Boyce
2026-05-05Fixed CVE-2026-35192 -- Ensured Vary header is sent when setting session cook...Jake Howard
2026-05-05Fixed CVE-2026-5766 -- Enforced DATA_UPLOAD_MAX_MEMORY_SIZE in MemoryFileUplo...Jacob Walls
2026-05-04Fixed #36767 -- Allowed max redirect URL length to be set on HttpResponseRedi...varunkasyap
2026-05-04Fixed #37079 -- Fixed specialization of header lookups in RemoteUserMiddleware.Jacob Walls
2026-05-04Fixed #37080 -- Filtered by generic deprecation warnings in runtests.py.HectorCastillo
2026-05-04Fixed #37078 -- Deprecated SHA-1 default for salted_hmac() and base64_hmac() ...Denny Biasiolli
2026-05-04Removed hardcoded pks in annotations and delete_regress tests.Tim Graham
2026-05-02Removed integer pk assumption from file_uploads test.Tim Graham
2026-05-01Refs #35303 -- Added missing async RemoteUserMiddleware tests for custom Remo...Sarah Boyce
2026-05-01Refs #689 -- Made RemoteUserMiddleware ImproperlyConfigured error message han...Sarah Boyce
2026-04-30Fixed #37075 -- Allowed overriding the PostgreSQL pool's "check" callable.HEADmaininitial-branchRaoni Timo
2026-04-30Fixed #36919 -- Allowed Task and TaskResult to be pickled.varunkasyap
2026-04-29Fixed #16429 -- Extracted set_choices() method from FilePathField.__init__().TildaDares
2026-04-29Fixed #37067 -- Added trailing slash in django_file_prefixes().Fashad Ahmed