Fixed: ugettext has been deprecated
Fixed: Multiple Upload for Eventpics
This commit is contained in:
@@ -3,7 +3,7 @@ import django_comments as comments
|
||||
from django.conf import settings
|
||||
from django.contrib.syndication.views import Feed
|
||||
from django.utils.feedgenerator import Rss201rev2Feed
|
||||
from django.utils.translation import ugettext as _
|
||||
from django.utils.translation import gettext as _
|
||||
|
||||
from content.models import Article
|
||||
|
||||
|
||||
Reference in New Issue
Block a user