mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to gettext(). At some point post 0.96, we need to remove the calls that put _ into the builtins.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4485 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b767b5831d
commit
0e924c70b1
20 changed files with 33 additions and 21 deletions
|
@ -391,6 +391,7 @@ False
|
|||
"""
|
||||
|
||||
from django.template.defaultfilters import *
|
||||
from django.utils.translation import gettext as _
|
||||
import datetime
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue