stefanfoulis / django-phonenumber-field

A django model and form field for normalised phone numbers using python-phonenumbers
MIT License
1.48k stars 318 forks source link

Document E164 lack of support for phone extensions #537

Closed francoisfreitag closed 1 year ago

francoisfreitag commented 2 years ago

While changing the default is likely to cause large breakage, we can at least advertise that limitation and allow people to pick the INTERNATIONAL format (E163) if they need to support extensions.

Fixes #205