=== * Add timezone-aware datetime support * Drop Django 1.3 support
1.2
=== * Fix for unicode tags
1.1.1
===== * Proper HTTP Exception handling * HTML Hashtags lacked a
1.1
=== * Python 3 support * max_url_length argument is removed * better linkify for mentions and hashtags (ttp dependency removed) * better handling for not connecting or json decode errors
1.0
=== * Twitter API 1.1 based on twitter library * Release in not BACKWARDS INCOMPATIBLE, oauth settings are now required * Added twitter search templatetag * Added native datetime object to tweet attributes * max_url_length is deprecated * Rewritten code + tests * Cache key is memcache-friendly
0.4
=== * Fixed tweet truncation for retweets * Added url expansion in tweets * Added tox and travis support * Support for cyrillic hashtags * Dropped python 2.5, django 1.2 support