dispatch: new auto-migration, either django or py3
This commit is contained in:
parent
f66aea6c2d
commit
b14152d8d5
19
dr_botzo/dispatch/migrations/0005_auto_20160116_1955.py
Normal file
19
dr_botzo/dispatch/migrations/0005_auto_20160116_1955.py
Normal file
@ -0,0 +1,19 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('dispatch', '0004_dispatcheraction_include_key'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='dispatcheraction',
|
||||
name='type',
|
||||
field=models.CharField(choices=[('privmsg', 'IRC privmsg'), ('file', 'Write to file')], max_length=16),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user