summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-21Applied auto-fixes from zizmor findings.Jacob Walls
2025-11-21Added GitHub Actions linter (zizmor).Jacob Walls
2025-11-21Added scripts for building and releasing Django artifacts.Natalia
2025-11-21Skipped scripts/ folder from built release artifacts.Natalia
2025-11-21Refs #36705 -- Added coverage for multiple types of enclosing punctuation in ...Jacob Walls
2025-11-21Refs #36031 -- Added tests of DecimalRangeField __contains lookup with unboun...Mariusz Felisiak
2025-11-21Fixed #36718 -- Added JSONField support for negative array indexing on Oracle...Clifford Gama
2025-11-20Added missing ticket links in docs/releases/5.2.8.txt.Jacob Walls
2025-11-20Fixed #36748 -- Filtered non-standard placeholders from UNNEST queries.Chris Wesseling
2025-11-20Fixed #36734 -- Clarified the behavior of View.http_method_not_allowed.Zubair Hassan
2025-11-20Fixed #36321 -- Defaulted suggest_on_error=True in management commands.kihuni
2025-11-20Ensured that Sitemap.items is described as a method in docs/ref/contrib/sitem...nessita
2025-11-20Fixed typo in docs/howto/deployment/wsgi/apache-auth.txt.Jacob Walls
2025-11-20Refs #36663, #36739 -- Added release note for running checks against all data...Storm B. Heg
2025-11-20Fixed #36737 -- Escaped further control characters in escapejs.farthestmage
2025-11-19Fixed #26609 -- Extended fields.E004 system check for unordered iterables.Mariusz Felisiak
2025-11-18Fixed #36733 -- Escaped attributes in Stylesheet.__str__().varunkasyap
2025-11-18Fixed #36141 -- Checked for applied replaced migrations recursively.Georgi Yanchev
2025-11-17Fixed #26379 -- Doc'd that the first filter() on a many-to-many relation is s...Annabelle Wiegart
2025-11-17Fixed #24920 -- Added support for DecimalField with no precision.Mariusz Felisiak
2025-11-14Fixed #36723 -- Removed logic for repositioning FilteredSelectMultiple help t...Kasyap Pentamaraju
2025-11-14Refs #24928 -- Added introspection support for PostgreSQL HStoreField.Mariusz Felisiak
2025-11-13Fixed #36724 -- Removed invalid "for" attribute on <legend> tags.Kasyap Pentamaraju
2025-11-13Fixed #36686 -- Clarified Meta.ordering is ignored in GROUP BY queries.Kasyap Pentamaraju
2025-11-13Fixed #36663 -- Defaulted to running checks against all databases.Simon Charette
2025-11-13Refs #31055 -- Adjusted passing of Field.check kwargs to ArrayField.base_field.Simon Charette
2025-11-13Refs #31055 -- Augmented regression tests for database system checks.Simon Charette
2025-11-13Fixed #36730 -- Fixed constraint validation crash for excluded FK attnames.Adam Johnson
2025-11-12Fixed #36717 -- Redirect authenticated users on admin login view to next URL.Benedict Etzel
2025-11-12Refs #35381 -- Made JSONNull deconstruct using convenient import path.Clifford Gama
2025-11-11Refs #35844 -- Ran further selenium tests with --parallel=1.Jacob Walls
2025-11-11Refs #35844 -- Ran selenium tests with --parallel=1.Jacob Walls
2025-11-11Refs #35844 -- Checked for forkserver mode when running runtests.py with --se...Jacob Walls
2025-11-11Fixed #36053 -- Fixed placement of FilteredSelectMultiple widget label.Dani Fornons
2025-11-10Fixed typo in docs/ref/databases.txt.Clifford Gama
2025-11-10Fixed #36715 -- Handled non-finite Decimals in intcomma filter.Kasyap Pentamaraju
2025-11-10Refs #36680 -- Avoided manipulating PATH in AdminScriptTestCase.Jacob Walls
2025-11-10Fixed unsafe variable interpolation in GitHub Action workflow.Markus Holtermann
2025-11-10Clarified "get_db_prep_value" default result in docs/ref/models/fields.txt.Clifford Gama
2025-11-10Clarified EmailValidator docs to specify it validates an email address.Hong Xu
2025-11-07Fixed #36420 -- Used actual SQLite limits in last_executed_query() quoting.myoungjinGo
2025-11-07Fixed #36705 -- Avoided string concatenation in utils.Kasyap Pentamaraju
2025-11-07Fixed #36315 -- Used TaskGroup instead of asyncio.gather().Thomas Grainger
2025-11-07Refs #36315 -- Replaced manual task and cancellation handling with TaskGroup ...Thomas Grainger
2025-11-07Refs #36315 -- Used contextlib.closing() in ASGIHandler.handle().Thomas Grainger
2025-11-06Removed community packages admonition from settings docs.Tim Schilling
2025-11-06Added community package email backends mention to docs.Tim Schilling
2025-11-06Fixed #36702 -- Made bulk_create() return pk values set by an expression.us77ipis
2025-11-05Fixed #36710 -- Fixed a regression in urlize for multipart domain names.Mehraz Hossain Rumman
2025-11-05Fixed #36709 -- Included static methods in system check for UserModel.is_anon...Harsh Jain