Browse Source

minor change in Project serialization

Dimitri Korsch 3 years ago
parent
commit
989cbc63fa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pycs/database/Project.py

+ 1 - 0
pycs/database/Project.py

@@ -55,6 +55,7 @@ class Project(NamedBaseModel):
     serialize_only = (
         "id",
         "name",
+        "created",
         "description",
         "model_id",
         "label_provider_id",