-
Hello Ahmet ;
will we be able to run django-river on Django 2.1
-
When installing River into a Django 1.11 project for first time, then running `migrate`, warning is emitted:
```
WARNINGS:
river.ProceedingMeta.groups: (fields.W340) null has no effect on ManyToM…
-
When I try add processing meta, I get error:
> AttributeError: 'NoneType' object has no attribute '_meta'
and get 2 warnings:
> WARNINGS:
> river.ProceedingMeta.groups: (fields.W340) null ha…
-
Transition direction is given manually. This should be detected by django-river automatically. Because this causes some complexity.
-
I might not have understood how to implement it, but I would like the user to add comments to the workflow (for example, to explain why they have accepted/rejected the bug fix). Is this currently pos…
-
In my workflow, I wanted to add a new state/transition, and I'm getting the available proceedings through `get_available_proceedings` method, but the old objects don't show the new created transition,…
-
Hello all,
Ok, I've been playing with river and it seems very nice. I have a question, of conceptual nature:
We have states, which have transitions and proceedings meta, which governs who can trigge…
-
-
I'm getting this error as i'm adding diver on already filled database :There is no available initial state for the content type, how can I proceed
-
@javrasya there seems to be a performance issue with `.get_available_proceedings` function.
So, i followed your [youtube admin tutorial](https://youtu.be/5EZGnTf39aI) and in the beginning everythin…