summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2025-06-05Fixed #36407 -- Ensured default value is cast in Case expressions used in ORD...ontowhee
2025-06-04Fixed CVE-2025-48432 -- Escaped formatting arguments in `log_response()`.Natalia
2025-06-04Fixed #36432 -- Fixed a prefetch_related crash on related target subclass que...Simon Charette
2025-06-03Fixed #36411 -- Made HttpRequest.get_preferred_type() consider media type par...Jake Howard
2025-06-03Fixed #36416 -- Made QuerySet.in_bulk() account for composite pks in id_list.Jacob Walls
2025-06-03Fixed #36060 -- Prevented IntegrityError in bulk_create() with order_with_res...myoungjinGo-BE
2025-06-02Fixed #36423 -- Prevented filter_horizontal buttons from intercepting form su...Blayze
2025-05-27Removed redundant redefinition of variable in tests/test_utils/tests.py.Clifford Gama
2025-05-23Fixed flakiness in file_storage.tests.CustomStorageTests.test_file_get_access...Nick Pope
2025-05-23Fixed #36405 -- Fixed Aggregate.order_by using OuterRef.Adam Johnson
2025-05-23Fixed #36404 -- Fixed Aggregate.filter using OuterRef.Adam Johnson
2025-05-23Refs #35444 -- Adjusted multi-args distinct aggregate test ordering expectati...Simon Charette
2025-05-23Fixed #36390 -- Deprecated RemoteUserMiddleware subclasses missing aprocess_r...Sarah Boyce
2025-05-22Added helpers in csrf_tests and logging_tests to assert logs from `log_respon...Natalia
2025-05-22Refs #26688 -- Added tests for `log_response()` internal helper.Natalia
2025-05-20Fixed #34262 -- Added support for AnyValue for SQLite, MySQL, Oracle, and Pos...ontowhee
2025-05-19Fixed #36388 -- Made QuerySet.union() return self when called with no arguments.Colleen Dunlap
2025-05-16Fixed #36348 -- Fixed handling multiple nested url()s in ManifestStaticFilesS...Samuel Cormier-Iijima
2025-05-16Fixed #36392 -- Raised ValueError when subquery referencing composite pk sele...Jacob Walls
2025-05-16Fixed #33312 -- Raised explicit exception when copying deferred model instances.Simon Charette
2025-05-15Refs #35844 -- Skipped selenium and geoip2 requirement in Windows for Python ...Mariusz Felisiak
2025-05-15Refs #34488 -- Made test files path resolution independent of current working...Tim Graham
2025-05-14Refs #35844 -- Skipped argon2-cffi requirement in Windows for Python 3.14+.nessita
2025-05-14Fixed #35852 -- Fixed intcomma locale-aware formatting of string number repre...Timothy McCurrach
2025-05-14Fixed #35507 -- Improved accessibility of search and filter elements in the a...antoliny0919
2025-05-14Fixed #36273 -- Moved Index system checks from Model to Index.check().Tim Graham
2025-05-14Fixed #36085 -- Added JSONField support for negative array indexing on SQLite.savanto
2025-05-13Fixed #36383 -- Improved migration serialization for functools.partial objects.Adam Johnson
2025-05-13Refs #36383 -- Added extra tests for serializing functools.partial in tests/m...Adam Johnson
2025-05-13Refs #36383 -- Extended DeconstructibleSerializer to support non-identifier k...Adam Johnson
2025-05-13Fixed #36332 -- Corrected HttpRequest.get_full_path() and HttpRequest.get_ful...Aleksandr Safonov
2025-05-13Fixed #35518 -- Optimized RoutePattern by using string operations for convert...Jake Howard
2025-05-13Refs #35591 -- Ensured isolated test environ for runserver warning.Carlton Gibson
2025-05-12Fixed #33174 -- Fixed migrations crash for model inheriting from Generic[T].Thibaut Decombe
2025-05-12Fixed #36373 -- Fixed select_related() crash on foreign object for a composit...Simon Charette
2025-05-09Fixed #36207 -- Cleared cached ForeignObject relations via refresh_from_db().Jacob Walls
2025-05-09Removed hardcoded pks in admin selenium tests.Tim Graham
2025-05-08Fixed #36295, Refs #24305 -- Allowed overriding GenericForeignKey fields on a...Ahmed Nassar
2025-05-08Fixed #36363 -- Added field names to admin duplicated fields error hint.Eric Blum
2025-05-08Fixed #36143 -- Made max_query_params respect SQLITE_LIMIT_VARIABLE_NUMBER.Sage Abdullah
2025-05-08Refs #36143 -- Tested bulk_batch_size limit for bulk_update and bulk_create.Sage Abdullah
2025-05-06Fixed CVE-2025-32873 -- Mitigated potential DoS in strip_tags().Sarah Boyce
2025-05-06Refs #36052, #32234 -- Fixed inspectdb tests for CompositePrimaryKey on Oracle.Mariusz Felisiak
2025-05-04Fixed #36281 -- Used async-safe write in ASGIHandler.read_body().신우진
2025-04-30Fixed #36357 -- Skipped unique_together in inspectdb output for composite pri...Baptiste Mispelon
2025-04-30Fixed #36358 -- Corrected introspection of composite primary keys on SQLite.Simon Charette
2025-04-30Refs #36052, #32234 -- Removed create_test_table_with_composite_primary_key f...Simon Charette
2025-04-30Fixed #36360 -- Fixed QuerySet.update() crash when referring annotations thro...Simon Charette
2025-04-30Used bulk_create where possible in update tests.Simon Charette
2025-04-29Used addCleanup() instead of try-finally blocks in inspectdb tests.Baptiste Mispelon