Skip to content

Commit

Permalink
Update translations (for internal test project, cms itself has none)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoistinen committed Apr 15, 2015
1 parent 72e5516 commit 88c0b49
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from django.db import models, migrations


class Migration(migrations.Migration):

dependencies = [
('placeholderapp', '0003_example1_publish'),
]

operations = [
migrations.AlterModelOptions(
name='multilingualexample1translation',
options={'managed': True},
),
]

0 comments on commit 88c0b49

Please sign in to comment.