Rob Banagale
Rob Banagale
Thanks, @carlosa54. I've designated this a high priority issue.
I noticed that #13 mentions the need to offer address updates using raw. It is not obvious to me yet what needs to be updated in the admin of the...
Thank you for the report, @spakker and the note @fcopulgar. As mentioned likely related to #50. Scheduled for an upcoming release.
Json responses for example addresses: John Brewers Bay, Charlotte Amalie West, St Thomas 00802, USVI ``` [{ "address_components": [{ "long_name": "Charlotte Amalie West", "short_name": "Charlotte Amalie West", "types": ["locality", "political"]...
Wettengel Rugby Field, Dededo, Guam ``` [{ "address_components": [{ "long_name": "Dededo", "short_name": "Dededo", "types": ["locality", "political"] }, { "long_name": "Guam", "short_name": "GU", "types": ["country", "political"] }], "formatted_address": "Dededo, Guam", "geometry":...
Conflicting Addressing between Apple Maps and Google Maps. Take **Northern Region Community Health Center** **Apple maps address:** 520 W Santa Monica Ave Dededo, Guam 96929 United States Note, United States...
US Post office website, Post office location search: Notable that USPS does not acknowledge Guam as either a city or state in this form field. However, USPS _requires_ Guam to...
Oh boy, so some conclusions on this rabbit hole of US Territories. It appears django-address needs to take a position on what the correct addressing of a US Territory is....
This will need some special work, but here's a proposed path forward: 1. Commit to the idea that for the purposes of postal addresses, US territories like Puerto Rico, Guam...
Thanks to @carlosa54 from Puerto Rico for providing some [feedback on this](https://github.com/furious-luke/django-address/issues/98#issuecomment-691370116). To summarize, their feedback is to go ahead with plans to treat PR as a state and that...