- Migrate languages from ISO639-2 to ISO639-3
- Fix fetching of modified and new messages
- Increase max infinite scroll items to 2000
- Fix fields not being listed on label edit form
- Use BigInt primary keys on squashable models
- Add portuguese as supported languages
- Don't try to restore contacts into their groups if they are now stopped or blocked
- Fix new item polling in inbox controller
- Start using modified_on to fetch messages that have been acted on or locked
- Add index on Message.modified_on (large deployments should fake this and add manually with CONCURRENTLY)
- Add Message.modified_on field and start populating it for new messages
- Update to latest django, dash and smartmin
- Python 3.6 support
- Switch DailySecondCount.seconds field to big integer to avoid overflow
- delete personal info on Junebug optout
- Inbox refreshing and message locking
- Django 1.10 fix
- Increase default maximum message length to 160
- Add CHANGELOG.md
- Fix field test blowing up if contact.fields is null
- Remove no longer needed compress.py
- Update to latest smartmin
- Disable less and coffeescript compilation during unit tests to improve test performance
- Don't have celery store task results as these are modelled internally