summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-18Refs #35980 -- Updated internal docs for artifact upload and release via admi...Baptiste Mispelon
2025-03-18Fixed #33497 -- Doc'd that persistent DB connections should be disabled in AS...Carlton Gibson
2025-03-18Fixed #36202 -- Added examples of JSONField __contains and __contained_by loo...Clifford Gama
2025-03-18Fixed #36078 -- Doc'd that Postgres normalizes a range field with no points t...Clifford Gama
2025-03-18Configured GitHub to highlight HTML files as Django templates.Adam Johnson
2025-03-18Handled WebDriverException from Chrome driver version 113+.Sarah Boyce
2025-03-18Made selenium tests less flaky by waiting until popups are closed and page is...Sarah Boyce
2025-03-18Refs #36138 -- Cleaned up duplicate code in mail_admins()/mail_managers().Mike Edmunds
2025-03-18Refs #36138 -- Improved tests for mail_admins() and mail_managers().Mike Edmunds
2025-03-17Fixed #34865 -- Released memory earlier than garbage collection on database w...fowczrek
2025-03-17Fixed #36252 -- Handled duplicate automatic imports in the shell command.hesham942
2025-03-17Fixed #33537 -- Made test database cloning on MySQL reraise unexpected errors.Mariusz Felisiak
2025-03-17Fixed #36254 -- Fixed template dictionary unpacking in docs/topics/i18n/timez...YQ
2025-03-14Fixed pronoun disagreement in docs/ref/models/querysets.txt.Clifford Gama
2025-03-14Corrected aggregation example in docs/ref/models/querysets.txt.Clifford Gama
2025-03-13Fixed incorrect formatting for inline pluralized code references in docs.Clifford Gama
2025-03-13Refs #35945 -- Fixed test_paginating_unordered_queryset_raises_warning_async(...Mariusz Felisiak
2025-03-12Fixed #36249 -- Fixed typo in docs/topics/db/queries.txt.hesham hatem
2025-03-12Fixed #36234 -- Restored single_object argument to LogEntry.objects.log_actio...Adam Johnson
2025-03-12Refs #34380 -- Fixed the documented URLField default scheme to https.Sarah Boyce
2025-03-12Refs #25582 -- Doc'd query and fragment arguments for reverse_lazy().Adam Johnson
2025-03-12Removed duplicate entries in docs/releases/5.2.txt.Hisham Mahmood
2025-03-12Fixed #35945 -- Added async interface to Paginator.wookkl
2025-03-12Fixed #35676 -- Made BaseModelForm validate constraints that reference an Inl...Clifford Gama
2025-03-11Fixed #35816 -- Handled parsing of scientific notation in DTL. (#19213)haileyajohnson
2025-03-11Fixed #36177 -- Added a trailing newline to JSON serializer. (#19232)Tom Carrick
2025-03-10Fixed #33579 -- Specialized exception raised on forced update failures.Simon Charette
2025-03-10Fixed #36222 -- Fixed ExclusionConstraint validation crash on excluded fields...saJaeHyukc
2025-03-10Used _expression_refs_exclude() hook in CheckConstraint/UniqueConstraint.vali...Mariusz Felisiak
2025-03-10Fixed #36201 -- Caught ValidationError in ModelChoiceField/ModelMultipleChoic...saJaeHyukc
2025-03-10Fixed #36066 -- Documented that Q objects can be used directly in annotations.samruddhiDharankar
2025-03-09Fixed #35487 -- Removed CASCADE from RemoveField() on PostgreSQL.petr.prikryl
2025-03-07Fixed #36224 -- Fixed shell imports when settings not configured.Sarah Boyce
2025-03-07Corrected test case in ExclusionConstraintTests.test_invalid_expressions().Sarah Boyce
2025-03-06Added CVE-2025-26699 to security archive.Sarah Boyce
2025-03-06Added stub release notes for 5.1.8.Sarah Boyce
2025-03-06Fixed CVE-2025-26699 -- Mitigated potential DoS in wordwrap template filter.Sarah Boyce
2025-03-05Clarified cryptic comment in django/core/cache/backends/redis.py.Tim Graham
2025-03-05Fixed typo in docs/ref/checks.txt.hesham942
2025-03-05Fixed #36227 -- Fixed outdated PostgreSQL documentation links.hesham942
2025-03-05Fixed typo in django/db/backends/postgresql/psycopg_any.py comment.Jacob Walls
2025-03-04Fixed #36128 -- Clarified auto-generated unique constraint on m2m through mod...Clifford Gama
2025-03-04Fixed #36217 -- Restored pre_save/post_save signal emission via LogEntry.save...antoliny0919
2025-03-03Refs #35444 -- Deprecated contrib.postgres.OrderableAggMixin.Chris Muthig
2025-03-03Fixed #35444 -- Added generic support for Aggregate.order_by.Chris Muthig
2025-03-02Added some heading labels to to docs/topics/cache.txt.Tim Graham
2025-03-01Fixed #36198 -- Implemented unresolved transform expression replacement.Simon Charette
2025-03-01Applied Black's 2025 stable style.Mariusz Felisiak
2025-02-27Added stub release notes and release date for 5.1.7, 5.0.13, and 4.2.20.Sarah Boyce
2025-02-27Refs #35617 -- Removed hardcoded pk in test_bulk_update_custom_get_prep_value().Jacob Walls