django1/django/template
Adrian Holovaty be217bce53 Template system now supports variables whose str() returns a Unicode object with non-ascii characters. Thanks, gabor
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4161 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-05 19:48:46 +00:00
..
loaders Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instead of empty string, for stricter compliance with Python library reference. Thanks for the patch, Yasushi Masuda 2006-10-30 20:50:27 +00:00
__init__.py Template system now supports variables whose str() returns a Unicode object with non-ascii characters. Thanks, gabor 2006-12-05 19:48:46 +00:00
context.py Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instead of empty string, for stricter compliance with Python library reference. Thanks for the patch, Yasushi Masuda 2006-10-30 20:50:27 +00:00
defaultfilters.py Fixed #2914: filesizeformat no longer dies on invalid values. Thanks, dev@simon.net.nz 2006-11-07 04:58:10 +00:00
defaulttags.py Formatting fixes from the past round of checkins 2006-11-07 19:07:27 +00:00
loader.py Refs #2333 - Re-added the template rendering signal for testing purposes; however, the signal is not available during normal operation. It is only added as part of an instrumentation step that occurs during test framework setup. Previous attempt (r3659) was reverted (r3666) due to performance concerns. 2006-09-02 09:26:24 +00:00
loader_tags.py Added small comment to django.template.loader_tags, to clarify change from [3465] 2006-09-04 23:56:09 +00:00