From 48f76e7c5c6ce4227eef6ae69e463c8ef487a979 Mon Sep 17 00:00:00 2001 From: Marnanel Thurman Date: Thu, 25 Apr 2019 20:10:56 +0100 Subject: [PATCH] ftype -> f_type --- things_for_testing/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/things_for_testing/models.py b/things_for_testing/models.py index ab2802c..fb5c630 100644 --- a/things_for_testing/models.py +++ b/things_for_testing/models.py @@ -68,7 +68,7 @@ class ThingUser(models.Model): class ThingNote(kepi_models.ActivityModel): title = models.CharField(max_length=256) - ftype = 'Note' + f_type = 'Note' remote_url = models.URLField(max_length=256, null=True, default=None)