-
-
I did go through the API and couldn't find a method that will log every interaction of the workflow and track when the workflow came in a certain stage of the process and when it was updated.
Is t…
rupin updated
5 years ago
-
Firstly, let me thank you for building django river and sharing with the community
I read through the change log and found that it was indeed possible to have two state fields in a model. Is the…
rupin updated
5 years ago
-
If I had access to a model object, how can i know everything about the workflow? Can i access information about the workflow, specifically its history.
The API documentation talks about the current…
rupin updated
5 years ago
-
Currently the default Geomorphological Zone for a site is generated from the spatial layer. This was derived as a desktop excercise and is probably 80% accurate.
![Screenshot_2019-05-03 Django BIM…
-
**Description**:
Because `django-river` uses a random related_name in the state field, Django thinks that the state field got updated every time we run `makemigrations`. It should not be recreating…
-
When I create an integration test, I create objects in the DB for which I have defined a state field.
```#creating procedure
p = Procedure.objects.create()
```
In django admin I define…
-
Hi, is it possible to assign a task to a user via API? Or it is possible just to set permissions to the transition via Django permissions? I've searched the API docs but I didn't find any useful infor…
-
![screen shot 2018-11-23 at 4 18 54 pm](https://user-images.githubusercontent.com/43198125/48947966-ab3fe380-ef3b-11e8-8704-99e924b91421.png)
-
Which is certainly not the place for locations such as Kansas City, KS, in the midwest region.
The midwest region probably has tropical cyclones configured for the Texas coastline, where these are …