.. This is your project NEWS file which will contain the release notes.
.. Example: http://www.python.org/download/releases/2.6/NEWS.txt
.. The content of this file, along with README.rst, will appear in your
.. project's PyPI page.

Release notes
=============

0.1
---

*Release date: 28-Apr-2010*

* Initial release by Rob Madole as django-immutablefield

0.2
---

* Version by Helder Silva (skandal) on bitbucket adding sign_off field. (not formally released)

0.3
---

* Version by Tim Diggins (red56) calling it django-immutablemodel and making immutability after save by default

0.3.1
---

* Fixing problem with abstract models

0.3.2
---

* Allowing for full inheritance of immutability options within Meta 

0.3.3
---

* Fixing problem where immutable (non undeletable) models with default lock_field couldn't be deleted after save (because of Django deletion collector needing to change id field)

0.3.4
---

* Making fields starting with _ always mutable (ignored by immutable model)

