andrewebdev / tehblog

A very simple django blogging app
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Latest ostinato version will break states in the app #26

Open andrewebdev opened 12 years ago

andrewebdev commented 12 years ago

The latest ostinato statemachine have been upgraded to allow for traditional state fields on the model. This does mean that the current implementation of tehblog will be horribly broken when used along with it.

Update it so that it will work with the latest statemachine.