furious-luke / django-address

A Django address model and field. Addresses may be specified by address components or by performing an automatic Google Maps lookup.
BSD 3-Clause "New" or "Revised" License
430 stars 180 forks source link

Enhancements to Address #160

Open GhalebKhaled opened 2 years ago

GhalebKhaled commented 2 years ago

This PR tries to solve:

jplehmann commented 2 years ago

@banagale this PR is our solution to Issue 15 -- https://github.com/furious-luke/django-address/issues/15#issuecomment-961482816 -- which we encountered when we migrated back from the dev branch recently to the main line.

Right now we are monkey patching the library but would prefer that everyone have these options. We have been using this in production for at least a month now without issues. We are using over 20k addresses in production.