parent
							
								
									8f8a00fc67
								
							
						
					
					
						commit
						ee0ce17182
					
				| @ -0,0 +1,20 @@ | |||||||
|  | # -*- coding: utf-8 -*- | ||||||
|  | from __future__ import unicode_literals | ||||||
|  | 
 | ||||||
|  | from django.db import models, migrations | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | class Migration(migrations.Migration): | ||||||
|  | 
 | ||||||
|  |     dependencies = [ | ||||||
|  |         ('quiz', '0002_answer_submitted'), | ||||||
|  |     ] | ||||||
|  | 
 | ||||||
|  |     operations = [ | ||||||
|  |         migrations.AlterField( | ||||||
|  |             model_name='answer', | ||||||
|  |             name='submitted', | ||||||
|  |             field=models.DateTimeField(auto_now_add=True, null=True), | ||||||
|  |             preserve_default=True, | ||||||
|  |         ), | ||||||
|  |     ] | ||||||
					Loading…
					
					
				
		Reference in new issue