Update dependency django-phonenumber-field to v6
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
- Make
formfields.PhoneNumberField
honorPHONENUMBER_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
- Add support for Python 3.10
- Update Czech, Dutch and pt_BR translations
Backwards incompatible changes
-
formfields.PhoneNumberField
with aregion
now display national phone numbers in the national format instead ofPHONENUMBER_DEFAULT_FORMAT
. International numbers are displayed in thePHONENUMBER_DEFAULT_FORMAT
.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Tine Wittler