Skip to content

Bump django-upgrade from 1.31.1 to 1.32.0 in the python group - #5

Merged
bashu merged 1 commit into
developfrom
dependabot/uv/python-958628c347
Aug 22, 2026
Merged

Bump django-upgrade from 1.31.1 to 1.32.0 in the python group#5
bashu merged 1 commit into
developfrom
dependabot/uv/python-958628c347

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the python group with 1 update: django-upgrade.

Updates django-upgrade from 1.31.1 to 1.32.0

Changelog

Sourced from django-upgrade's changelog.

1.32.0 (2026-08-18)

  • Support Python 3.15.

    PR [#681](https://github.com/adamchainz/django-upgrade/issues/681) <https://github.com/adamchainz/django-upgrade/pull/681>__.

  • Fix :ref:utils_text <utils_text> fixer to rewrite unescape_entities() calls with html.unescape(). Previously it incorrectly used html.escape(), which performs the inverse operation.

    PR [#684](https://github.com/adamchainz/django-upgrade/issues/684) <https://github.com/adamchainz/django-upgrade/pull/684>__.

  • Fix :ref:index_together <index_together> fixer crash on empty index_together declarations.

    PR [#685](https://github.com/adamchainz/django-upgrade/issues/685) <https://github.com/adamchainz/django-upgrade/pull/685>__.

  • Fix :ref:index_together <index_together> fixer to not add a duplicate indexes declaration when the existing one is not a list or tuple literal.

    PR [#686](https://github.com/adamchainz/django-upgrade/issues/686) <https://github.com/adamchainz/django-upgrade/pull/686>__.

  • Fix :ref:index_together <index_together> fixer to add a missing comma when extending a multiline indexes list that has no trailing comma.

    PR [#687](https://github.com/adamchainz/django-upgrade/issues/687) <https://github.com/adamchainz/django-upgrade/pull/687>__.

  • Fix :ref:index_together <index_together> fixer to keep an empty indexes tuple a tuple when extending it with a single index.

    PR [#716](https://github.com/adamchainz/django-upgrade/issues/716) <https://github.com/adamchainz/django-upgrade/pull/716>__.

  • Fix :ref:format_html <format_html> fixer to skip calls with a parenthesized argument, where removing the .format() call would create a tuple.

    PR [#717](https://github.com/adamchainz/django-upgrade/issues/717) <https://github.com/adamchainz/django-upgrade/pull/717>__.

  • Fix :ref:null_boolean_field <null_boolean_field> fixer to add a missing comma before null=True when the final argument contains commas within brackets.

    PR [#688](https://github.com/adamchainz/django-upgrade/issues/688) <https://github.com/adamchainz/django-upgrade/pull/688>__.

  • Fix fixers that modify call arguments to not treat a comment inside otherwise empty parentheses as an argument, which made the :ref:null_boolean_field <null_boolean_field> fixer produce invalid syntax.

    PR [#718](https://github.com/adamchainz/django-upgrade/issues/718) <https://github.com/adamchainz/django-upgrade/pull/718>__.

  • Fix :ref:test_http_headers <test_http_headers> fixer to avoid a double comma when the existing headers= dict has a trailing comma.

    PR [#689](https://github.com/adamchainz/django-upgrade/issues/689) <https://github.com/adamchainz/django-upgrade/pull/689>__.

  • Fix :ref:test_http_headers <test_http_headers> fixer to insert converted headers at the start of an existing headers= dict. Django gives headers= entries precedence over HTTP_ arguments, and the last duplicate key wins in a dict literal, so appending converted entries at the end previously flipped which value took effect.

    PR [#723](https://github.com/adamchainz/django-upgrade/issues/723) <https://github.com/adamchainz/django-upgrade/pull/723>__.

  • Fix :ref:testcase_databases <testcase_databases> fixer to rewrite multi_db = False to databases = ["default"] rather than databases = [].

... (truncated)

Commits
  • 423ab50 Version 1.32.0
  • 7b1224a Tidy changelog (#729)
  • 6360789 Fix forms_model_multiple_choice_field corrupting concatenated keys (#728)
  • 02a4683 Fix testcase_databases mapping of multi_db = False (#727)
  • bc85eb9 Fix admin_decorators hoisting values above their definitions (#726)
  • 4eb5abf Fix admin_register referencing models defined after the admin class (#725)
  • d782084 Fix settings_storages erasing settings referenced elsewhere (#724)
  • 2f3eb75 Fix test_http_headers precedence when merging into headers= (#723)
  • d750615 Fix stringagg moving import despite bare StringAgg references (#722)
  • 49cb8b9 Fix utils_timezone matching aliased utc imports (#720)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python group with 1 update: [django-upgrade](https://github.com/adamchainz/django-upgrade).


Updates `django-upgrade` from 1.31.1 to 1.32.0
- [Changelog](https://github.com/adamchainz/django-upgrade/blob/main/docs/changelog.rst)
- [Commits](adamchainz/django-upgrade@1.31.1...1.32.0)

---
updated-dependencies:
- dependency-name: django-upgrade
  dependency-version: 1.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 21, 2026
@github-actions

Copy link
Copy Markdown

Coverage report

This PR does not seem to contain any modification to coverable code.

@bashu
bashu merged commit 67e706e into develop Aug 22, 2026
12 checks passed
@dependabot
dependabot Bot deleted the dependabot/uv/python-958628c347 branch August 22, 2026 04:53
bashu added a commit that referenced this pull request Aug 22, 2026
Bump django-upgrade from 1.31.1 to 1.32.0 in the python group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant