.. 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.

News
====

0.4
---

*Release date: 30-Nov-2010*

* Fixed the bug where existing form data was not getting populated on a GET request.
* Updated the process of process_POST to not automatically call self.clear().
  The developer of the wizard now should call self.clear() right before a
  successful return from self.done(). If the wizard needs to redirect to a step
  in the process because of post processing error then the SessionWizard will
  not remove the data form session now.

0.3
---

*Release date: 30-Nov-2010*

* Changed the way the id of the SessionWizard is generated to address problem of
  lose of data in a multi-threaded/multi-process Django environment


0.2
---

*Release date: 3-Nov-2010*

* Added the initialize hook to the SessionWizard to allow per request initialization.


0.1
---

*Release date: 24-Aug-2010*

* Initial project creation finished.

