summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-09Refs #34378, #36143, #36416 -- Fixed isolation of LookupTests.test_in_bulk_pr...Jacob Walls
2025-06-09Fixed #36446 -- Restored "q" in internal MediaType.params property.Natalia
2025-06-09Refs #10785 -- Added missing __hash__() method to custom pk test model.Jacob Walls
2025-06-06Fixed #36419 -- Ensured for_save was propagated when resolving expressions.Clifford Gama
2025-06-06Refs CVE-2025-48432 -- Prevented log injection in remaining response logging.Jake Howard
2025-06-06Refs CVE-2025-48432 -- Made SuspiciousOperation logging use log_response() fo...Natalia
2025-06-06Refactored logging_tests to reuse assertions for log records.Natalia
2025-06-06Updated translations from Transifex.Sarah Boyce
2025-06-05Added validation to BaseSpatialFeatures.has_<Func>_function.Tim Graham
2025-06-05Fixed #36435 -- Made CaptureQueriesContext restore reset_queries conditionally.Adam Johnson
2025-06-05Refs #36435 -- Tidied tests for CaptureQueriesContext and assertNumQueries.Adam Johnson
2025-06-05Fixed #36407 -- Ensured default value is cast in Case expressions used in ORD...ontowhee
2025-06-04Added CVE-2025-48432 to security archive.Natalia
2025-06-04Added stub release notes for 5.2.3.Natalia
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-28Added stub release notes and release date for 5.2.2, 5.1.10, and 4.2.22.Natalia
2025-05-27Removed redundant redefinition of variable in tests/test_utils/tests.py.Clifford Gama
2025-05-27Removed unreachable check for None in TruncBase.convert_value().Tim Graham
2025-05-26Fixed #36402, Refs #35980 -- Updated built package name in reusable apps tuto...Jason Judkins
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-23Fixed typo in docs/ref/forms/renderers.txt.Adam Zapletal
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-20Refs #35829 -- Made cosmetic edits to django/contrib/admin/static/admin/img/R...nessita
2025-05-20Fixed #34262 -- Added support for AnyValue for SQLite, MySQL, Oracle, and Pos...ontowhee
2025-05-19Fixed typo in docs/releases/6.0.txt.Jacob Walls
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-15Added missing import in docs/ref/contrib/admin/index.txt.antoliny0919
2025-05-15Fixed incorrect spacing in docs/ref/contrib/postgres/fields.txt.Jacob Walls
2025-05-15Fixed #35829 -- Updated admin icons using Font Awesome Free version 6.7.2.Pablo Bengoechea
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-14Refs #36085 -- Moved compile_json_path to BaseDatabaseOperations.hesham942