forked from mirror/django-mailbox
wrong folder stage
This commit is contained in:
parent
a52f20dabe
commit
50ee86d1d9
69 changed files with 4191 additions and 85 deletions
|
|
@ -0,0 +1,25 @@
|
|||
# Generated by Django 1.10.7 on 2018-04-21 00:26
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('django_mailbox', '0006_mailbox_last_polling'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='mailbox',
|
||||
options={'verbose_name': 'Mailbox', 'verbose_name_plural': 'Mailboxes'},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='message',
|
||||
options={'verbose_name': 'E-mail message', 'verbose_name_plural': 'E-mail messages'},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='messageattachment',
|
||||
options={'verbose_name': 'Message attachment', 'verbose_name_plural': 'Message attachments'},
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue