- Added: Django 4.0 support
- Added: Python 3.10 support
- Added: Django 3.2 support
- Fixed: Fixed bug catching malformed lat/lon in
GeoPt
field - Fixed: Removed redundant
STATIC_URL
inGoogleMapsAddressWidget
- Changed: Updated css for map to be responsive in the admin
- Changed: Moved CI to Github Actions
- Added: Django 3.1 support
- Fixed: Fixed install requirement for Django 3
- Changed: Updated for
from_db_value
context
parameter deprecation - Added: Django 3.0 support
- Removed: Python 2.0 support & django compatibility helpers
- Added: Django 2.2 support
- Removed: Django 1.10
- Fixed: Install issue -
setup.py
now properly reads in requirements
- Added: Allow MapType to be customized
- Added: Google Places Autocomplete
- Added: Django 2.0 support
- Removed: python 2.7 support
- Added: Django 1.11 support (new widget rendering)
- Removed: Django <= 1.10 support
- Added: Django 1.10 support
- Removed: Django <= 1.7 support
- Added: Allow using Google Maps API Key
- Changed: jquery version to 3.1.0
- Added: Python 3 Compatibility
- Fixed: Adjusted widgets imports to maintain backwards compatibility
- Added: Travis integration
- Added: Django 1.7 & 1.8 support
- Added: additional test coverage
- Added: Map updates affecting geolocation now triggers change event on geolocation field
- Changed: jquery version to 1.11.2
- Changed: Google Maps JS to always load over https
- Added: Django 1.4 support
- Added:
__eq__
method for GeoPt field to allow comparison
- Initial version