Rob Banagale

Results 118 comments of Rob Banagale

@molt2020 Thanks for taking the time to share your suggestion, and welcome to Django. Is this something that could be accomplished by subclassing the Address model? For example: the following...

@molt2020 My apologies for the delay in responding to your feedback. I did not realize that AddressField would pick up the fields you add in the subclass. I wonder if...

@xjlin0  If I understand you correctly, you're saying: * If you use the `AddressField` directly and do not supply an API key, it will report that you've failed to include...

@xjlin0 Thanks for you continued feedback, Jack. That sounds like a bug, but I'd need to test to be sure.  I believe what you're saying is that when working with...

@TeoGoddet Thanks for posting your issue. Can you provide some of the relevant code samples that show how you're using the library?

I'm pinning this issue. If you have a moment to describe your use case of django-address, please feel free to describe it in this issue.

I'll kick things off with some answers of my own. **What kind of app do you use Django Address in?** The first serious app I used it in was a...

Thanks for adding this feedback, @timjonez!

@kvlahromei I think this is a great idea, and looking at the geocoder library you've pointed out, I can see how they've abstracted requests into specific common address types. For...

@jeffykle , it does perform the parsing but only in conjunction with the jquery script that queries googles places api. The autocomplete suggestions will be automatically broken into the components...