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

Make PhoneNumberPrefixSelect use the provided region #593

Closed francoisfreitag closed 8 months ago

francoisfreitag commented 8 months ago

Model fields and form fields accept a region keyword argument, and pass it to their widget. When region is provided, initialize the country selector in that region, chances are most users want to select it.

Fixes #574