summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-13Fixed #36927 -- Optimized Field.deconstruct().Adam Johnson
2026-03-13Fixed #36966 -- Fixed ValueError when `query_params` and `follow` are used on...Marc Gibbons
2026-03-13Fixed #36885 -- Fixed long verbose names in admin filter sidebar breaking lay...Muhammad Usman
2026-03-13Refs #36735 -- Adjusted UUID7 assertions for timezone shifts.Mariusz Felisiak
2026-03-12Refs #36727 -- Factored out _must_transform_value() in BaseSpatialOperations.Simon Charette
2026-03-12Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_...Simon Charette
2026-03-12Encapsulated loop logic to avoid leaking module-level variables.Emmanuel Ferdman
2026-03-12Discouraged automated AI reviews of pull requests.Natalia
2026-03-11Refs #28455 -- Avoided QuerySet cloning for Prefetch() when queryset is not p...Keryn Knight
2026-03-11Refs #28455 -- Avoided QuerySet cloning in simple prefetch_related() usages.Keryn Knight
2026-03-11Refs #28455 -- Implemented private API methods for preventing QuerySet cloning.Keryn Knight
2026-03-10Fixed #36943 -- Preserved any exception from URLconf module in autoreloader.varunkasyap
2026-03-10Fixed #36391 -- Doc'd RawSQL usage in docs/topics/db/sql.txt.Amar
2026-03-09Refactored PatternLookup to improve readability.Tim Graham
2026-03-09Fixed a typo in tests/conditional_processing/tests.py.jun
2026-03-09Fixed #36600 -- Clarified the use cases for dispatch_uid in signal connection.Amar
2026-03-09Fixed #36293 -- Avoided buffering streaming responses in GZipMiddleware.farhan
2026-03-08Added DatabaseFeatures.pattern_lookup_needs_param_pattern.Tim Graham
2026-03-08Fixed #12529 -- Fixed migrate --run-syncdb crash for existing model with trun...Mariusz Felisiak
2026-03-07Optimized check_commit_messages GitHub action.Jacob Walls
2026-03-06Fixed #36940 -- Fixed script name edge case in ASGIRequest.path_info.khadyottakale
2026-03-06Fixed #36968 -- Improved error message when collectstatic can't find a refere...James Bligh
2026-03-06Extended committing code docs to add detailed instructions for backports.Natalia
2026-03-06Added python script suitable for using as prepare-commit-msg git hook.Natalia
2026-03-06Fixed #36679 -- Fixed Basque date formats to use parenthetical declension suf...Unai Loidi
2026-03-06Extended checks and docs for proper commit message format and edition.Jacob Walls
2026-03-06Refs #28877 -- Added special ordinal context when humanizing value 1.Julien Palard
2026-03-05Corrected local name for Basque in django/conf/locale/__init__.py.Julie Rymer
2026-03-04Fixed #21080 -- Ignored urls inside comments during collectstatic.James Bligh
2026-03-03Fixed #36887 -- Improved admin changelist layout for object-tools button.Jacob Walls
2026-03-03Refs #35859 -- Mentioned django-tasks and external resources on docs/topics/t...Jake Howard
2026-03-03Fixed #36923 -- Added tests for non-hierarchical URI schemes in URLField.to_p...Natalia
2026-03-03Fixed #20775 -- Clarified that SQL for text lookups varies per database.Lakshya
2026-03-03Added CVE-2026-25673 and CVE-2026-25674 to security archive.Natalia
2026-03-03Added stub release notes for 6.0.4.Natalia
2026-03-03Fixed CVE-2026-25674 -- Prevented potentially incorrect permissions on file s...Natalia
2026-03-03Fixed CVE-2026-25673 -- Simplified URLField scheme detection.Natalia
2026-03-02Fixed #36961 -- Fixed TypeError in deprecation warnings if Django is imported...Jacob Walls
2026-03-02Aligned docs checks between GitHub Actions and local development.Natalia
2026-03-02Refs #35381 -- Moved JSONNull to django.db.models.expressions.Clifford Gama
2026-02-28Added DatabaseOperations.convert_trunc_expression() hook.Tim Graham
2026-02-28Refs #36513 -- Fixed font-color to also apply to select options in TabularInl...Antoliny0919
2026-02-28Fixed #36914 -- Fixed background-color to also apply to select options in Tab...Antoliny0919
2026-02-27Fixed #36946 -- Respected test database name when running tests in parallel o...S​age Abdullah
2026-02-27Refs #35972 -- Returned params in a tuple in further expressions.Jacob Walls
2026-02-27Refs #23919 -- Used yield from in Paginator.Pierre Sassoulas
2026-02-27Fixed #27489 -- Renamed permissions upon model renaming in migrations.Artyom Kotovskiy
2026-02-27Fixed #34643 -- Moved inputs beneath labels and errors in admin forms.antoliny0919
2026-02-26Fixed #22079 -- Added tests for stripping empty list values in RequestFactory.Anurag Verma
2026-02-26Adjusted default DoS severity level in Security Policy.Natalia