Skip to content

Commit

Permalink
fix translation to lazy method, up to 1.0.7
Browse files Browse the repository at this point in the history
Miss unnecessary migration
  • Loading branch information
1vank1n committed Sep 18, 2018
1 parent b0edacd commit aca633c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='django-tilda',
version='1.0.6',
version='1.0.7',
author='Ivan Lukyanets',
author_email='[email protected]',
url='https://github.com/1vank1n/django-tilda',
Expand Down
2 changes: 1 addition & 1 deletion tilda/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
from django.db import models
from django.conf import settings
from django.utils.translation import ugettext as _
from django.utils.translation import gettext_lazy as _


class TildaPage(models.Model):
Expand Down

0 comments on commit aca633c

Please sign in to comment.