mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-10-31 07:57:55 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			552 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			552 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # Generated by Django 3.1.1 on 2020-09-28 09:34
 | |
| 
 | |
| from django.db import migrations
 | |
| 
 | |
| 
 | |
| class Migration(migrations.Migration):
 | |
| 
 | |
|     dependencies = [
 | |
|         ('authtoken', '0002_auto_20160226_1747'),
 | |
|     ]
 | |
| 
 | |
|     operations = [
 | |
|         migrations.CreateModel(
 | |
|             name='TokenProxy',
 | |
|             fields=[
 | |
|             ],
 | |
|             options={
 | |
|                 'verbose_name': 'token',
 | |
|                 'proxy': True,
 | |
|                 'indexes': [],
 | |
|                 'constraints': [],
 | |
|             },
 | |
|             bases=('authtoken.token',),
 | |
|         ),
 | |
|     ]
 |