Luke Hodkinson
Luke Hodkinson
Hi @jheld, thanks for the report! Would you be able to give me the steps required to reproduce the issue you're experiencing?
Thanks for the response! I think I understand the situation; using `raw_id_fields` will indeed return a string that isn't converted automatically to a number, as would be the case with...
Hi @djruesch! Thanks for the issue report. I think we're going to need some more information, however. The included Docker setup already runs on Python 3.9, so I'm confident that...
Hi @Leikaab! Thanks for reaching out. You can indeed use a Google address widget in the Django Admin. Please take a look in the example site admin file: `example_site/person/admin.py`. You'll...
Hey @adamduren ! Sure thing, I'll cut a release today. Cheers!
Sorry for the delay @adamduren, just pushed out 0.2.6.
That looks interesting, thanks!
The latest version of `django-address`, 0.2 (still on the `dev` branch) will no longer be troubled by this issue. The code now constructs dynamic hierarchies of address components based on...
@bendog Thanks for fielding questions! @hisie Yeah, clearly I've not given this project the attention it needs, my apologies. As @bendog says, the master branch was written specifically with Australian...
Hey @banagale! I've got some time at the moment, I'll take a peek at how hard it might be to get Google's autocomplete library used here.