What is it?
===========

django-workflows provides a generic workflow engine for Django.

Documentation
=============

For more documentation please visit: http://packages.python.org/django-workflows/

Code
====

The code can be found on bitbucket: http://bitbucket.org/diefenbach/django-workflows/

Implementations
===============

If you want to see a comprehensive implementation of django-workflows take
a look at the CMS `LFC <http://pypi.python.org/pypi/django-lfc>`_

Changes
=======

1.0 beta 1 (2010-05-17)
------------------------

* First beta release.

1.0 alpha 4 (2010-04-16)
------------------------

* Added get_initial_state method
* Moved WorkflowBase to __init__.py
* Added related_name for permissions to WorkflowPermissionRelation

1.0 alpha 3 (2010-03-22)
------------------------

* Changes according to `django-permissions <http://pypi.python.org/pypi/django-permissions>`_
  1.0a3 (Added roles)

1.0 alpha 2 (2010-03-22)
------------------------

* A lot of improvements

1.0 alpha 1 (2010-03-13)
------------------------

* Initial public release