stefanfoulis / django-phonenumber-field

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

Use attributes and methods from phonenumbers #535

Closed francoisfreitag closed 1 year ago

francoisfreitag commented 2 years ago

Instead of loading from the submodules, keep to the phonenumbers module. That avoids prying into its implementation.