mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-24 23:40:43 +03:00
parent
68b23075a2
commit
995188f8c5
25
rest_framework/authtoken/migrations/0003_tokenproxy.py
Normal file
25
rest_framework/authtoken/migrations/0003_tokenproxy.py
Normal file
|
@ -0,0 +1,25 @@
|
|||
# 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',),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user