Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 717 Bytes

CHANGELOG.rst

File metadata and controls

26 lines (21 loc) · 717 Bytes

Changelog

0.1

  1. Django 1.6 compatibility.
  2. Prepare test framework. Actual tests are not implemented yet.

0.0.4-beta (09-05-2013)

  1. Better error messages if locating the request fails on /set-location/.
  2. Use http/https depending on current connection to get Google Maps javascript.

0.0.3-beta (20-02-2013)

  1. Ajax POST to /set-location/ rather than GET. Better semantics and it avoids browser caching issue.

0.0.2-beta (08-11-2012)

  1. Remove dependency on JQuery.
  2. Make location selection form easily overrideable.
  3. Fix location_required decorator so that it is chainable.

0.0.1-beta

  1. Initial release.