- Check if django.contrib.sites is enabled (thanks to Rodrigo Primo) - Django 1.5 compatibility (Documentation and tests) - Added ``absolute_future`` template tag library (match ``{% load url from future %}`` syntax). - drop support for Python 2.6 (test only)
0.2.2
------------------
- Handle template tag `as` syntax
0.2.1
------------------
- Fix packaging
0.2
----------------
- ``{% site %}`` fallback on http protocol if ``request`` is missing.