chapeau/django_kepi/migrations/0008_auto_20190711_1703.py

19 wiersze
1.1 KiB
Python

# Generated by Django 2.2.1 on 2019-07-11 17:03
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('django_kepi', '0007_actor_f_preferredusername'),
]
operations = [
migrations.AlterField(
model_name='thing',
name='f_type',
field=models.CharField(choices=[('Accept', 'Accept'), ('Activity', 'Activity'), ('Actor', 'Actor'), ('Add', 'Add'), ('Announce', 'Announce'), ('Application', 'Application'), ('Article', 'Article'), ('Audio', 'Audio'), ('Create', 'Create'), ('Delete', 'Delete'), ('Document', 'Document'), ('Event', 'Event'), ('Follow', 'Follow'), ('Group', 'Group'), ('Image', 'Image'), ('Like', 'Like'), ('Note', 'Note'), ('Object', 'Object'), ('Organization', 'Organization'), ('Page', 'Page'), ('Person', 'Person'), ('Place', 'Place'), ('Profile', 'Profile'), ('Reject', 'Reject'), ('Relationship', 'Relationship'), ('Remove', 'Remove'), ('Service', 'Service'), ('Undo', 'Undo'), ('Update', 'Update'), ('Video', 'Video')], max_length=255),
),
]