- Fix an error when fetching a Flickr user's data if they didn't have 'location' or 'timezone' data set.
0.7.5
Fixed
- Fix display of images (Twitter avatars and images, Flickr avatars and images) in the Django Admin pages.
0.7.4
Changed
- When fetching Twitter favorites, fetches the extended version of the tweets and includes entities. - Temporarily use a different specific version of Twython (see README or docs).
0.7.3
Changed
- Fetches extended tweet data when fetching recent tweets. - Temporarily requires manual inclusion of a specific version of Twython in your project's pip requirements (see README or docs).
Fixed
- Handles tweets longer than 255 characters without Postgres complaining (SQLite quietly carried on).
0.7.2
Fixed
- Add missing migrations for Flickr and Last.fm.
0.7.1
Changed
- For Last.fm template tags, rely on the `FIRST_DAY_OF_WEEK` Django setting, instead of the now unused `DITTO_WEEK_START` setting.