New ~~~ - Parameters html_safe and reply_to_pk added to messages leveled api function (error, warning, etc) [artem.vasin] - Database stored message now has `pk` attribute. [artem.vasin]
Fix ~~~ - Changed default inbox last_checked to 1900-01-01. [artem.vasin]
0.1.0
------------------
New ~~~ - Specified install requirements. [artem.vasin] - Property inbox.new_count_update_last_checked. Returns new messages count and increments inbox.last_checked. [artem.vasin] - MVP functional. [artem.vasin] - JSONField - field to store objects as json-string. [artem.vasin]
Changes ~~~~~~~ - Remove Django 1.11 support. [artem.vasin] - Remove Django 1.11 support. [artem.vasin] - Updating project structure to Two Scoops of Django template. [artem.vasin]
Fix ~~~ - Wrapped context variables 'notifications' and 'messages' in 'dmm' to avoid conflict with django.contrib.messages. [artem.vasin] - Flake8 problems. [artem.vasin]