summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
13 daysRefs #34118 -- Removed further asgiref coroutine detection shims in tests.Jacob Walls
14 daysFixed #37152 -- Raised ValueError when Bcc is used in EmailMessage headers.diaxoaine
2026-06-16Removed selenium<4.44.0 version pin.Sarah Boyce
2026-06-16Fixed #37169, Refs #36437 -- Replaced text-based selector in a selenium test.SiHyunLee
2026-06-15Fixed #31317 -- Avoided crash in CreateModel with unique_together and AlterUn...David Wobrock
2026-06-11Fixed #36969, #35371 -- Reduced false positives in strings during collectstatic.James Bligh
2026-06-11Fixed #37141 -- Added --using option to sendtestemail command.NagaKartheekReddy
2026-06-11Fixed #36979 -- Made GenericInlineModelAdmin.get_formset() use get_exclude().Manas225
2026-06-11Fixed #36837 -- Skipped backends not implementing (a)get_user() in (a)force_l...Sezer BOZKIR
2026-06-11Fixed #33185 -- Fixed sqlmigrate crash for RenameModel with a self-referentia...siddus
2026-06-10Fixed #36104 -- Returned NotImplemented in Media.__add__ for non-Media RHS.Jacob Walls
2026-06-10Fixed #29187 -- Fixed flaky receiver count assertion in signals tests.Jacob Walls
2026-06-10Fixed #37142 -- Moved django_file_prefixes() to django.utils.warnings.zhengkangyang
2026-06-09Fixed #37130 -- Skipped DB cache deletion when culling offset is zero.vishwa
2026-06-09Fixed #36900 -- Used safe_join() on downloaded template archive.ar3ph
2026-06-09Refs #36560, CVE-2026-35193 -- Replaced substring check on cache-control dire...Jacob Walls
2026-06-09Fixed #37147 -- Fixed rendering empty values for models with db_default on pr...Mariusz Felisiak
2026-06-08Refs CVE-2026-48587 -- Added helper to properly split header values.Natalia
2026-06-08Refs #23929 -- Fixed test setup in CreateDefaultSiteTests.Jacob Walls
2026-06-08Refs #16281 -- Fixed isolation of admin_views.ViewOnSiteTests.Jacob Walls
2026-06-08Fixed #32785 -- Optimized cull frequency for DBCache.eevelweezel
2026-06-05Fixed #36984 -- Made inline formset error messages respect delete_confirmatio...Karolis Ryselis
2026-06-05Fixed #37139 -- Fixed inlines crash on parent models with db_default on prima...Mariusz Felisiak
2026-06-03Fixed #36492 -- Restored exact boolean lookup against literals on SQLite.Simon Charette
2026-06-03Refs CVE-2026-6873 -- Defaulted SIGNED_COOKIE_LEGACY_SALT_FALLBACK transition...Jacob Walls
2026-06-03Refs #36499 -- Added coverage for non-UTC TIME_ZONE with Trunc().Jacob Walls
2026-06-03Fixed CVE-2026-48587 -- Ignored whitespace padding when checking Vary header ...Jake Howard
2026-06-03Fixed CVE-2026-35193 -- Varied on Authorization when caching non-public respo...Jacob Walls
2026-06-03Fixed CVE-2026-8404 -- Used Cache-Control directives case-insensitively in Up...Jake Howard
2026-06-03Fixed CVE-2026-7666 -- Delayed setting SMTP connection until fully configured.Jake Howard
2026-06-03Fixed CVE-2026-6873 -- Prevented signed cookie salt namespace collisions.Paul McMillan
2026-06-02Fixed #37103 -- Made HttpRequest.body handle malformed CONTENT_LENGTH.Lier0102
2026-06-01Fixed #28800 -- Added a listurls management command.Chris Rose
2026-06-01Refs #28800 -- Handled escaped literals in simplify_regex().Jacob Walls
2026-06-01Refs #28800 -- Lifted some url functions from admindocs into urls.utils.Chris Rose
2026-06-01Fixed #37108 -- Made DjangoJSONEncoder consistently omit .000 microseconds.Aaryan P
2026-05-28Fixed #36225 -- Coped with lack of get_by_natural_key() in createsuperuser.babbitt
2026-05-27Fixed #37019 -- Updated login() and logout() to set request.auser.vishwa
2026-05-27Fixed #36905 -- Deprecated the safe parameter of JSONResponse.Tim Harris
2026-05-26Bumped versions in pre-commit and npm configurations.Jacob Walls
2026-05-24Removed hardcoded Site pks.Tim Graham
2026-05-24Removed integer pk assumption in AdminCustomQuerysetTest.Tim Graham
2026-05-22Fixed #37117 -- Used ModelAdmin.get_queryset() for change form actions.Natalia
2026-05-22Fixed #37100 -- Prevented control characters in HttpResponse reason_phrase.Varun Kasyap
2026-05-21Fixed #37088 -- Included attributes in media object equality.Johannes Maron
2026-05-20Increased the default PBKDF2 iterations for Django 6.2.Sarah Boyce
2026-05-20Fixed #37045 -- Renamed savepoint() to savepoint_create().Samuel Searles-Bryant
2026-05-20Fixed #36458 -- Trapped focus in the admin calendar and clock widgets.Skyiesac
2026-05-20Refs #36825 -- Fixed regression in CSPSeleniumTestCase.Johannes Maron
2026-05-20Refs #12090 -- Aligned admin change form and list minimum permission to run a...Sarah Boyce