Open xuziheng1002 opened 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?
kwargs['related_name'] = "streams"
sorrry line number wrong, correct line number is 40.
I see the source in /river/models/fields/state.py
the code show:.
is there any reason ?example if define related_name it will works not good?
kwargs['related_name'] = "streams"
in line 49 , I think maybe creator would not add relate manager for