Closed jhshi closed 7 years ago
id and url field were missing. This causes None.py to be created when editing, since the id field is None.
id
url
None.py
None
these two variables are assigned in retrieve_detail_done, but I made a mistake, just fixed it.
id
andurl
field were missing. This causesNone.py
to be created when editing, since theid
field isNone
.