Skip to content

Commit

Permalink
last minor migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmadurga committed Apr 20, 2016
1 parent 725e5ed commit 56514b4
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.9.4 on 2016-04-18 10:41
# Generated by Django 1.9.4 on 2016-04-20 09:01
from __future__ import unicode_literals

from django.conf import settings
Expand Down Expand Up @@ -64,7 +64,7 @@ class Migration(migrations.Migration):
('chat', models.ForeignKey(help_text='Chat in Kik API format. https://dev.kik.com/#/docs/messaging#authentication', on_delete=django.db.models.deletion.CASCADE, related_name='kik_chatstates', to='microbot.KikChat', verbose_name='Kik Chat')),
],
options={
'verbose_name': 'Telegram Chats States',
'verbose_name': 'Kik Chats States',
},
),
migrations.CreateModel(
Expand Down

0 comments on commit 56514b4

Please sign in to comment.