On Nov 19, 9:10 pm, ptone <
pres...@ptone.com> wrote:
> This is more of a general django question, not a pinax question - but
> you might take a look at django-reversion - which allows you to add
> generic versioning to any model. The same approach could be used to
> add a state and workflow abstraction to your models, but it will
> likely be less work if you just build your custom workflow in, as
> opposed to abstract out a general tool. Not sure there is a universal
> enough use case to justify a universal abstract tool here.
>
> some other possible links of interest:
>