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

0493 prefix invalid numbet Australia #600

Closed Sainadhilla closed 6 months ago

Sainadhilla commented 6 months ago

Can someone help me to validate my phone number starts with 0493.is is showing invalid number in some apps and websites

francoisfreitag commented 6 months ago

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.