~roadmr/canonical-identity-provider/webauthn-get-unique-device-name-refactor

« back to all changes in this revision

Viewing changes to src/identityprovider/migrations/0013_auto_20200226_1638.py

Merged u2f-db-fields-separate-dev-type into webauthn-get-unique-device-name-refactor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
# Generated by Django 1.11.16 on 2020-02-26 16:38
 
3
from __future__ import unicode_literals
 
4
 
 
5
from django.db import migrations
 
6
 
 
7
 
 
8
class Migration(migrations.Migration):
 
9
 
 
10
    dependencies = [
 
11
        ('identityprovider', '0012_auto_20180509_2122'),
 
12
    ]
 
13
 
 
14
    operations = [
 
15
        migrations.AlterModelOptions(
 
16
            name='authenticationdevice',
 
17
            options={'ordering': ('name', 'id')},
 
18
        ),
 
19
    ]