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.
I have a model that uses an ```AddressField```. And, as as it seems sensible to me that no two suppliers could share the same address and thus to help prevent...
[Since Django 3.2](https://code.djangoproject.com/ticket/31180 ), the property has been deprecated as it is automatically detected by Django. Currently when `django-address` is loaded into a Django 3.2+ project, it throws deprecation warnings:...
Hello. Please add support to serialize model to support REST API in Django. Something like [django-phonenumber-field](https://github.com/stefanfoulis/django-phonenumber-field) package. It would be very nice if it has the ability to serialize data...
I have a contact model in my django project. I need to store the postal address. I would also like to store the geolocation. When I bring up the admin...
Using `{{ form.media }}` seems to render to nothing in my project, running Django 4. It does however, seem to load all the required assets in the Admin pannel and...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.1 to 0.4.4. Changelog Sourced from sqlparse's changelog. Release 0.4.4 (Apr 18, 2023) Notable Changes IMPORTANT: This release fixes a security vulnerability in the parser where a...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.1 to 0.4.4. Changelog Sourced from sqlparse's changelog. Release 0.4.4 (Apr 18, 2023) Notable Changes IMPORTANT: This release fixes a security vulnerability in the parser where a...
Bumps [django](https://github.com/django/django) from 3.2.6 to 3.2.18. Commits 722e9f8 [3.2.x] Bumped version for 3.2.18 release. a665ed5 [3.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files. 932b5bd [3.2.x] Added stub...
Hello there! [django-address](https://github.com/furious-luke/django-address) use it's own implementation for [Country models](https://github.com/furious-luke/django-address/blob/develop/address/models.py#L161), i think use [CountryField](https://github.com/SmileyChris/django-countries/blob/master/django_countries/fields.py#L255) from [django-countries](https://github.com/SmileyChris/django-countries/) package is a better choice instead of implementing our own. django-countries already implement everything...
Hello. I would like to say that this project lack of documentation or at least very few documented. It would be nice if this project has the documentation on readthedocs....