Skip to content

Commit 88c0b49

Browse files
committed
Update translations (for internal test project, cms itself has none)
1 parent 72e5516 commit 88c0b49

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# -*- coding: utf-8 -*-
2+
from __future__ import unicode_literals
3+
4+
from django.db import models, migrations
5+
6+
7+
class Migration(migrations.Migration):
8+
9+
dependencies = [
10+
('placeholderapp', '0003_example1_publish'),
11+
]
12+
13+
operations = [
14+
migrations.AlterModelOptions(
15+
name='multilingualexample1translation',
16+
options={'managed': True},
17+
),
18+
]

0 commit comments

Comments
 (0)