- Django 1.6 compatibility.
- Prepare test framework. Actual tests are not implemented yet.
- Better error messages if locating the request fails on /set-location/.
- Use http/https depending on current connection to get Google Maps javascript.
- Ajax POST to /set-location/ rather than GET. Better semantics and it avoids browser caching issue.
- Remove dependency on JQuery.
- Make location selection form easily overrideable.
- Fix location_required decorator so that it is chainable.
- Initial release.