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
431 stars 181 forks source link

correct search error in admin page #148

Closed xjlin0 closed 3 years ago

xjlin0 commented 3 years ago

When searching address in the Django admin page, it's getting error. Here is the fix

Screen Shot 2021-06-21 at 9 07 58 AM
banagale commented 3 years ago

Thank you for this, I will have a look.

furious-luke commented 3 years ago

Thanks @xjlin0!