summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-12Refs #36769 -- Raised SuspiciousOperation for unexpected nested tags in XML D...Jacob Walls
2026-01-12Refs #36769 -- Avoided visiting grandchild nodes in XML Deserializer.Jacob Walls
2026-01-12Refs #36769 -- Corrected invalid XML fixtures.Jacob Walls
2026-01-12Fixed #36858 -- Optimized `Field._get_default()` for `db_default` case.Adam Johnson
2026-01-12Fixed #36708 -- Initialized formset to None in ChangeList.__init__().Rudraksha Dwivedi
2026-01-12Bumped linter dependencies.Ülgen Sarıkavak
2026-01-12Fixed #36804 -- Fixed admin system check crash for missing models.Parth Paradkar
2026-01-10Fixed #36827 -- Added support for exclusion constraints using Hash indexes on...Haki Benita
2026-01-09Refs #35875 -- Added dark mode support in additional views.mbcodes
2026-01-09Refs #35381 -- Added missing deprecation note for using None as RHS of JSONEx...Clifford Gama
2026-01-09Fixed #36853 -- Fixed technical 500 and 404 email CSS support.Andrea Zanotto
2026-01-09Fixed #36815 -- Optimized insertion of db_default fields in bulk_create().YashRaj1506
2026-01-08Fixed a typo in docs/ref/forms/models.txt.Jacob Walls
2026-01-08Fixed #36852 -- Ignored index_type case in ExclusionConstraint equality check.Haki Benita
2026-01-08Fixed #36844 -- Clarified need for reusable apps to set default_auto_field in...Amar Ahmed Deina
2026-01-08Clarified regression nature of data loss bug in docs/releases/6.0.1.txt and 5...Tim Graham
2026-01-08Added guidance on AI-assisted code submission to contributing docs.Natalia
2026-01-08Extended GitHub pull request template to require AI assistance disclosure.Natalia
2026-01-08Relocated content from docs/topics/external-packages.txt where appropriate.Natalia
2026-01-08Dropped unnecessary usage of "seealso" in BoundField docs.Natalia
2026-01-07Refs #23395 -- Ignored line-length formatting changes in git blame.Jacob Walls
2026-01-07Improved types in django.tasks.base dataclasses.sobolevn
2026-01-07Made release test script use a random available port.Jacob Walls
2026-01-06Fixed #29257 -- Caught DatabaseError when attempting to close a possibly alre...VIZZARD-X
2026-01-06Added stub release notes for 6.0.2.Jacob Walls
2026-01-06Added stub release notes for 5.2.11.Jacob Walls
2026-01-06Added release date for 6.0.1.Jacob Walls
2026-01-06Added release date for 5.2.10.Jacob Walls
2026-01-05Fixed #36843, #36793 -- Reverted "Fixed #27489 -- Renamed permissions upon mo...Jacob Walls
2026-01-03Added DatabaseCreation.destroy_test_db_connection_close_method hook.Tim Graham
2025-12-31Refs #33647 -- Fixed silent data truncation in bulk_create on Postgres.Simon Charette
2025-12-31Fixed #36829 -- Reverted value of ClearableFileInput.use_fieldset to True.Johannes Maron
2025-12-30Refs #21961 -- Added supports_on_delete_db_cascade skips in schema tests.Tim Graham
2025-12-29Bumped checkout version in Github actions configuration.Pravin Kamble
2025-12-29Fixed #36714 -- Fixed context sharing among async signal handlers.Arfey
2025-12-28Refs #24920 -- Made DecimalField system checks database dependent.Mariusz Felisiak
2025-12-28Added some skips to GIS tests.Tim Graham
2025-12-26Fixed #36112 -- Added fallback in last_executed_query() on Oracle and Postgre...VIZZARD-X
2025-12-26Refs #30515 -- Added tests for resolve_url() with view callables and arguments.Natalia
2025-12-26Fixed #30515 -- Documented resolve_url() in docs/topics/http/shortcuts.txt.Duane Hilton
2025-12-26Fixed #36796 -- Handled lazy routes correctly in RoutePattern.match().kundan223
2025-12-24Fixed #36810 -- Avoided infinite recursion in SimpleLazyObject.__repr__().Sean
2025-12-24Refs #36810 -- Avoided infinite recursion in LazyNonce.__repr__().Sean Reed
2025-12-24Refs #36787 -- Fixed lookup test crash on Oracle.Mariusz Felisiak
2025-12-23Added missing sentence period in docs/intro/tutorial02.txt.Yilei
2025-12-22Fixed #36807 -- Fixed form field alignment under <fieldset> in the admin.Jacob Walls
2025-12-22Refs #36806 -- Removed unnecessary null=True from GeneratedField in test models.Nilesh Kumar Pahari
2025-12-22Fixed #36818 -- Ensured SQLite connection before accessing max_query_params.guro-Ishiguro
2025-12-22Refs #27100 -- Removed obsolete message from tutorial and migrations topic.Jacob Walls
2025-12-22Fixed #36305 -- Added documentation indentation guidelines to contributing docs.ankan0503