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

The valid phonenumber is not accepted by this package #599

Closed SathishNaqel closed 6 months ago

SathishNaqel commented 6 months ago

Hi Team, We are using django-phonenumber-field ==5.2.0 and the valid phone number =966575566901.The valid phonenumber is not accepted by this package. Could you please let us know how to include this in the validation to accept.

Thanks, Sathish

francoisfreitag commented 6 months ago

Hi Sathish,

The phone numbers are validated by https://github.com/google/libphonenumber. If you believe there’s a valid phone number that has been wrongly flagged as invalid, please report the issue there with the exact phone numbers and why you believe it is valid.