patch_notes.py changes
This commit is contained in:
parent
96dd142899
commit
b6cfe62724
|
|
@ -33,7 +33,7 @@ class PatchNotes(Model):
|
||||||
'title': str,
|
'title': str,
|
||||||
'changes': str,
|
'changes': str,
|
||||||
'version': str,
|
'version': str,
|
||||||
'patch_date': date,
|
'patch_date': str,
|
||||||
'project': str
|
'project': str
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue