django1/django/utils/translation
Gary Wilson Jr 1607acee40 Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and removed some code that was checking for its existance in settings before accessing it.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6701 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-11-19 05:59:58 +00:00
..
__init__.py Fixed #2920 -- Removed _() from builtins. 2007-10-21 17:14:25 +00:00
trans_null.py Translating safe strings should return a safe result. 2007-11-17 12:11:54 +00:00
trans_real.py Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and removed some code that was checking for its existance in settings before accessing it. 2007-11-19 05:59:58 +00:00