Models: větší možná délka názvu konfery kvůli testdatům
This commit is contained in:
		
							parent
							
								
									d57214446d
								
							
						
					
					
						commit
						dbbaf4f1f7
					
				
					 2 changed files with 19 additions and 1 deletions
				
			
		
							
								
								
									
										18
									
								
								seminar/migrations/0067_auto_20190814_0805.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								seminar/migrations/0067_auto_20190814_0805.py
									
									
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,18 @@ | |||
| # Generated by Django 2.2.4 on 2019-08-14 06:05 | ||||
| 
 | ||||
| from django.db import migrations, models | ||||
| 
 | ||||
| 
 | ||||
| class Migration(migrations.Migration): | ||||
| 
 | ||||
|     dependencies = [ | ||||
|         ('seminar', '0066_problem_polymorphic_ctype'), | ||||
|     ] | ||||
| 
 | ||||
|     operations = [ | ||||
|         migrations.AlterField( | ||||
|             model_name='konfera', | ||||
|             name='nazev', | ||||
|             field=models.CharField(help_text='Název konfery', max_length=100, verbose_name='název konfery'), | ||||
|         ), | ||||
|     ] | ||||
|  | @ -1022,7 +1022,7 @@ class Konfera(models.Model): | |||
| 	# Interní ID | ||||
| 	id = models.AutoField(primary_key = True) | ||||
| 
 | ||||
| 	nazev = models.CharField('název konfery', max_length=40, help_text = 'Název konfery') | ||||
| 	nazev = models.CharField('název konfery', max_length=100, help_text = 'Název konfery') | ||||
| 	 | ||||
| 	anotace = models.TextField('anotace', blank=True, | ||||
| 		help_text='Popis, o čem bude konfera.') | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Pavel "LEdoian" Turinsky
						Pavel "LEdoian" Turinsky