From 3be31c1826ec158004e708a149fb9f20b6438392 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 24 Nov 2013 13:38:26 +0100 Subject: [PATCH] Spell fix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- comicsporn/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comicsporn/models.py b/comicsporn/models.py index 938c9e7..377473f 100644 --- a/comicsporn/models.py +++ b/comicsporn/models.py @@ -32,7 +32,7 @@ class UserProfile(models.Model): is_author = models.BooleanField() """ The main difference is that the author have is own ads publisher - The default behaviour of class inheritance is to create OnetoOne relationship between parent and child + The default behavior of class inheritance is to create OnetoOne relationship between parent and child TODO: Which fields are required to interact with the ads publisher ? """ ADS_PUBLISHER_CHOICES = ( -- 2.34.1