django-address
django-address copied to clipboard
A Django address model and field. Addresses may be specified by address components or by performing an automatic Google Maps lookup.
Bumps [django](https://github.com/django/django) from 3.2.6 to 3.2.14. Commits 746e88c [3.2.x] Bumped version for 3.2.14 release. a9010fe [3.2.x] Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) ag... 3acf156 [3.2.x] Fixed GEOSTest.test_emptyCollections() on GEOS 3.8.0. 4a5d98e...
Looks like the general culprit is from https://github.com/furious-luke/django-address/blame/develop/address/models.py#L138 which is based on the "ID" coming in as a `str`, as opposed to an `int`. I have a fix temporarily in-place...
File "../.venv/lib/python3.9/site-packages/address/models.py", line 314, in __init__ super(AddressField, self).__init__(*args, **kwargs) TypeError: __init__() got multiple values for argument 'to'
Bumps [django](https://github.com/django/django) from 2.2.24 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...
Hi, we are trying to use your address field to replace our current address model and add google functionality. Our app is a backend drf server When using the django...
Hello, I've [recently joined](https://github.com/furious-luke/django-address/issues/94#issuecomment-610065765) the `django-address` maintainer team. Here is a proposed pathway forward. We'll happily take feedback from folks who have submitted PRs in the past, have forked the...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.1 to 0.4.2. Changelog Sourced from sqlparse's changelog. Release 0.4.2 (Sep 10, 2021) Notable Changes IMPORTANT: This release fixes a security vulnerability in the strip comments filter....
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.1 to 0.4.2. Changelog Sourced from sqlparse's changelog. Release 0.4.2 (Sep 10, 2021) Notable Changes IMPORTANT: This release fixes a security vulnerability in the strip comments filter....
Prior to this change to modify the address javascript you had to fork and edit the `address.js` manually. This change let to define a setting dict to customize the address.js....
This PR tries to solve: - Google doesn't return `locality` every time even when address is pretty much defined, so we can rely on `administrative_area_level_3` as fallback for `city` value....