Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps django-phonenumber-field[phonenumbers] from 7.3.0 to 8.4.0.

Release notes

Sourced from django-phonenumber-field[phonenumbers]'s releases.

8.4.0

What's Changed

Full Changelog: django-phonenumber-field/django-phonenumber-field@8.3.0...8.4.0

8.3.0

What's Changed

  • Allow configuring empty_value and max_length for SplitPhoneNumberField by @​ilkkao in stefanfoulis/django-phonenumber-field#632

    Mimics django CharField behavior more closely: - empty_value offers controls over the normalization (typically, the empty str "" or None) - max_length allows using the form field with forms_for_model

New Contributors

Full Changelog: django-phonenumber-field/django-phonenumber-field@8.2.0...8.3.0

8.2.0

What's Changed

New Contributors

Full Changelog: django-phonenumber-field/django-phonenumber-field@8.1.0...8.2.0

8.1.0

What's Changed

  • Remove non-geo phone numbers from the SplitPhoneNumberWidget by @​francoisfreitag in stefanfoulis/django-phonenumber-field#614

    The phone number prefix field allows to select a world region, and maps to its prefix (e.g. get +33 for France). It was incorrectly offering regions reserved for very specific use and which cannot be mapped to a world region. Example prefixes include 800 (Universal International Freephone Service), 808 (Universal International Shared Cost Number), 870 (Global Mobile Satellite System), and others. If such a prefix was selected, the field would plainly crash. Since the prefix purpose is to let users select a world region, prevent from selecting non-geo options in the prefix list. Please open an issue if you would like to see this use case supported.

  • Document how to customize SplitPhoneNumberField fields by @​francoisfreitag in stefanfoulis/django-phonenumber-field#631

  • Clarify translations context for error messages by @​francoisfreitag in stefanfoulis/django-phonenumber-field#613

Compatibility

... (truncated)

Commits
  • 7e7d0fc Handle empty values in SplitPhoneNumberField with max_length
  • bb21997 Bump actions/checkout from 5.0.1 to 6.0.0
  • 3a29c91 Pin GitHub actions to the commit hash
  • 82a6afa Remove Django 5.0 from metadata and test matrix
  • b31ac84 Update supported Python and Django versions
  • 7fa4ce8 Bump actions/download-artifact from 5 to 6
  • 162b1af Bump actions/upload-artifact from 4 to 5
  • 412517c Support max_length argument for SplitPhoneNumberField
  • 3e11f80 Allow configuring empty_value for SplitPhoneNumberField
  • bb70de6 translations: Remove line location from messages files
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [django-phonenumber-field[phonenumbers]](https://github.com/stefanfoulis/django-phonenumber-field) from 7.3.0 to 8.4.0.
- [Release notes](https://github.com/stefanfoulis/django-phonenumber-field/releases)
- [Changelog](https://github.com/stefanfoulis/django-phonenumber-field/blob/main/CHANGELOG.rst)
- [Commits](django-phonenumber-field/django-phonenumber-field@7.3.0...8.4.0)

---
updated-dependencies:
- dependency-name: django-phonenumber-field[phonenumbers]
  dependency-version: 8.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Dec 8, 2025
@make-bot make-bot bot added this to web Dec 8, 2025
@make-bot make-bot bot moved this to Ready for Review in web Dec 8, 2025
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

Status: Ready for Review

Development

Successfully merging this pull request may close these issues.

1 participant