=========
CHANGELOG
=========

Version 1.3.0
=============

* Added notification type field to be able to have web only,
  email only or web & email notifications.

Version 1.2.0
=============

* Made Notification.user nullable, so we can create
  non user-attached notifications.

Version 1.1.1
=============

* Fixed migrations, add django-model-utils dependency

Version 1.1.0
=============

* Add SITE_URL setting to stop using django.contrib.sites

Version 1.0.1
=============

* Fix package to make setup.py install templates

Version 1.0.0
=============

* Complete basic documentation
* Use django-model-utils

Version 0.2
===========

* Add urls, views and templates

Version 0.1
===========

* First release of package

