Closed javrasya closed 8 years ago
@psychok7 , accessing objects now possible but to access workflow manager, you should put it in your model as objects
or as another manager to use it. Could you please check it and let me know is there any problem?
@javrasya yes i will test it tomorrow and let you know.
@javrasya tested it and it looks fine.
Django river is adding its own manager named
workflow
to the model. But, django detects it and decide there is no need to add default one which isobjects
automatically.This is related with issue #32.