javrasya / django-river

Django workflow library that supports on the fly changes ⛵
BSD 3-Clause "New" or "Revised" License
741 stars 105 forks source link

can I create related_name for <river.models.State> #187

Open xuziheng1002 opened 3 years ago

xuziheng1002 commented 3 years ago

I see the source in /river/models/fields/state.py

the code show: kwargs['related_name'] = "streams" in line 49 , I think maybe creator would not add relate manager for . is there any reason ?example if define related_name it will works not good?

xuziheng1002 commented 3 years ago

sorrry line number wrong, correct line number is 40.