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