Skip to content

0.1.4

Compare
Choose a tag to compare
@NoNameItem NoNameItem released this 01 Dec 19:09

Travis Read the Docs Coveralls
Changelog

0.1.4 (2019-12-01)

Fix

- Updated migrations. [artem.vasin]


0.1.3 (2019-11-29)
------------------

New
  • Created and modified attributes in DatabaseStorage Message.
    [artem.vasin]

0.1.1 (2019-11-29)

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 (2019-11-28)

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]

Other
  • Setup config. [artem.vasin]
  • Readme. [artem.vasin]
  • Initial commit. [artem.vasin]