summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2026-02-26Refs #36936 - Adjusted tests to set PYTHON_COLORS environment variable.Pete Rosenblum
2026-02-26Fixed #36750 -- Made ordering of M2M objects deterministic in serializers.VIZZARD-X
2026-02-25Refs #36652, #36936 -- Improved path manipulation in a migration test launchi...pmppk
2026-02-25Refs #36879, #36936 -- Fixed typo in RedisCacheTests.test_client_driver_info.pmppk
2026-02-25Fixed #36848 -- Mentioned BadRequest exception in docs/ref/views.txt.LincolnPuzey
2026-02-25Fixed #36951 -- Removed empty exc_info from log_task_finished signal handler.Elias Hernandis
2026-02-25Fixed #36944 -- Removed MAX_LENGTH_HTML and related 5M chars limit references...Natalia
2026-02-25Fixed #36948 -- Fixed breadcrumb text overlap at small widths in admin.Amar
2026-02-25Fixed #36839 -- Warned when model renames encounter conflicts from stale Cont...AbhimanyuGit2507
2026-02-25Refs #36873 -- Fixed changelink background image Y position.Antoliny0919
2026-02-25Fixed #36873 -- Aligned and normalized stroke width for non-multiple select i...Antoliny0919
2026-02-24Fixed #36931 -- Handled LookupError in multipart parser for invalid RFC 2231 ...sammiee5311
2026-02-24Added stub release notes and release date for 6.0.3, 5.2.12, and 4.2.29.Natalia
2026-02-24Delete leaking loop iter vars in `smartif.py`sobolevn
2026-02-23Fixed a typo in tests/admin_views/tests.py.Zac Iloka
2026-02-21Fixed #36899 -- Implemented SessionBase.__bool__.Amar
2026-02-21Fixed #36937 -- Added missing positive permission cases in test_client tests.Saish Mungase
2026-02-21Fixed #36935 -- Added fallback in ContentType.app_labeled_name when model_cla...Marco Aurélio da Rosa Haubrich
2026-02-21Fixed a typo in tests/i18n/tests.py.jun
2026-02-20Fixed #36920 -- Fixed alignment of fieldset legends in wide admin forms.usman
2026-02-20Refs #36938 -- Marked a test for union of ordered querysets as an expected fa...Jacob Walls