summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2026-07-10Fixed #37180 -- Fixed admin SelectBox height tests to verify available/chosen...Varun Kasyap
2026-07-10Fixed #35813 -- Made migrations track all changes to unmanaged models.Hanny
2026-07-08Fixed #36621 -- Fixed arrow buttons position in admin filter_vertical widget.antoliny0919
2026-07-08Fixed #17631 -- Handled fields and files with the same name in encode_multipa...anurag629
2026-07-07Refs #36983 -- Skipped GC specific tests when GIL disabled.Carlton Gibson
2026-07-06Fixed CVE-2026-53878 -- Prevented newlines from being accepted in DomainNameV...Natalia
2026-07-06Fixed CVE-2026-53877 -- Prevented heap buffer over-read when creating GDALRas...Jacob Walls
2026-07-06Fixed CVE-2026-48588 -- Prevented caching of responses that set cookies and v...Natalia
2026-07-06Added tests for StringAgg edge cases.Tim Graham
2026-07-06Fixed #37122 -- Updated JSONField has_changed method to check for disabled st...FrickWu
2026-06-29Renamed tests/migrations/test_base.py to base.py.Tim Graham
2026-06-26Fixed #37184 -- Allowed non-UTF-8 bytes passwords in the PBKDF2 and MD5 passw...Jacob Walls
2026-06-26Fixed #37191 -- Prevented ValueError in FileBasedCache.touch() for expired keys.ayoub
2026-06-25Removed hardcoded pks in many tests.Tim Graham
2026-06-24Fixed #37183 -- Prevented writing control characters into XML attributes.Jacob Walls
2026-06-24Fixed #37174 -- Used netstring delimiter between vary on arguments for cached...Jacob Walls
2026-06-24Fixed #37101 -- Used netstring delimiter between vary on headers for cached p...Jacob Walls
2026-06-23Relaxed StringAgg assertions to account for the lack of order_by.Tim Graham
2026-06-23Fixed #37170 -- Applied the no-argument form of sensitive_post_parameters to ...Jacob Walls
2026-06-23Fixed #37166 -- Added deploy system check for dev-only 'default' MAILERS.Mike Edmunds
2026-06-22Fixed #37161 -- Warned via system check on missing "default" entry in MAILERS...badereddinebenhirt
2026-06-19Refs #36560, CVE-2026-35193 -- Recognized qualified cache-control directives.Natalia
2026-06-18Fixed #37164 -- Supported subclasses’ _get_lines() in jsonl Deserializer.Adam Johnson
2026-06-18Fixed #37168 -- Made admin display database defaults as empty values.Mariusz Felisiak
2026-06-18Fixed #37143 -- Added missing chunk_size=None check to QuerySet.aiterator().zhengkangyang
2026-06-18Added test for updating a model instance with a db_default.Jacob Walls
2026-06-17Refs #34118 -- Removed further asgiref coroutine detection shims in tests.Jacob Walls
2026-06-16Fixed #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