Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gabn88 committed Jul 18, 2022
1 parent 6e434a1 commit 5dd1367
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fobi/contrib/plugins/form_handlers/db_store/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class AbstractSavedFormDataEntry(models.Model):
_("Form data headers"), null=True, blank=True
)
saved_data = models.TextField(_("Plugin data"), null=True, blank=True)

created = models.DateTimeField(_("Date created"), auto_now_add=True)

class Meta(object):
Expand Down

0 comments on commit 5dd1367

Please sign in to comment.