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

Turkmenistan phone numbers has been updated #598

Closed rowsen2904 closed 7 months ago

rowsen2904 commented 7 months ago

Hi. Turkmen numbers used to be from 993-61, 993-65. But now they have introduced new numbers that are not in this package. for example, right now there are already numbers 993-71, etc. Looking forward to an update on this

francoisfreitag commented 7 months ago

The phone numbers schemes are handled by https://github.com/google/libphonenumber. Maybe upgrade your version of phonenumbers, or follow the update upstream.