Skip to content

Update dependency django-phonenumber-field to v6

Tine Wittler requested to merge renovate/django-phonenumber-field-6.x into master

This MR contains the following updates:

Package Type Update Change
django-phonenumber-field dependencies major ^5.2 -> ^6.1

Release Notes

stefanfoulis/django-phonenumber-field

v6.1.0

Compare Source

  • Make formfields.PhoneNumberField honor PHONENUMBER_DEFAULT_REGION
  • Use PHONENUMBER_DEFAULT_REGION for example phone number in form field errors.
  • Add support for Django 4.0
  • Add Persian (farsi) translations.
  • Update uk_AR translations

Backwards incompatible changes

  • Drop support for Python 3.6

v6.0.0

Compare Source

  • Add support for Python 3.10
  • Update Czech, Dutch and pt_BR translations

Backwards incompatible changes

  • formfields.PhoneNumberField with a region now display national phone numbers in the national format instead of PHONENUMBER_DEFAULT_FORMAT. International numbers are displayed in the PHONENUMBER_DEFAULT_FORMAT.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Tine Wittler

Merge request reports