supporters description should be text field
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
06c0b3ec55
commit
2325d5288d
2 changed files with 21 additions and 1 deletions
|
|
@ -15,4 +15,4 @@ class Message(models.Model):
|
|||
|
||||
class Supporter(models.Model):
|
||||
name = models.CharField(max_length=200)
|
||||
description = models.CharField(max_length=500)
|
||||
description = models.TextField()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue