addedm migrations
This commit is contained in:
		
					parent
					
						
							
								4580a75f89
							
						
					
				
			
			
				commit
				
					
						b5557a63a2
					
				
			
		
					 1 changed files with 27 additions and 0 deletions
				
			
		
							
								
								
									
										27
									
								
								nosystemd/migrations/0004_auto_20160727_0521.py
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								nosystemd/migrations/0004_auto_20160727_0521.py
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,27 @@ | ||||||
|  | # -*- coding: utf-8 -*- | ||||||
|  | # Generated by Django 1.9.4 on 2016-07-27 05:21 | ||||||
|  | from __future__ import unicode_literals | ||||||
|  | 
 | ||||||
|  | from django.conf import settings | ||||||
|  | from django.db import migrations, models | ||||||
|  | import django.db.models.deletion | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | class Migration(migrations.Migration): | ||||||
|  | 
 | ||||||
|  |     dependencies = [ | ||||||
|  |         ('nosystemd', '0003_donatorstatus'), | ||||||
|  |     ] | ||||||
|  | 
 | ||||||
|  |     operations = [ | ||||||
|  |         migrations.AlterField( | ||||||
|  |             model_name='donatorstatus', | ||||||
|  |             name='status', | ||||||
|  |             field=models.CharField(choices=[('active', 'Active'), ('canceled', 'Canceled')], default='active', max_length=10), | ||||||
|  |         ), | ||||||
|  |         migrations.AlterField( | ||||||
|  |             model_name='donatorstatus', | ||||||
|  |             name='user', | ||||||
|  |             field=models.OneToOneField(on_delete=django.db.models.deletion.CASCADE, to=settings.AUTH_USER_MODEL), | ||||||
|  |         ), | ||||||
|  |     ] | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue