supporters description should be text field
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
		
					parent
					
						
							
								3c91e3c489
							
						
					
				
			
			
				commit
				
					
						1f266e382d
					
				
			
		
					 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