1
0
mirror of https://github.com/django/django.git synced 2024-12-25 18:46:22 +00:00
django/django/template
2009-04-02 05:20:25 +00:00
..
loaders Fixed #10053: the most exciting commit you'll ever see. 2009-04-02 01:55:49 +00:00
__init__.py Template filters now pass numerical arguments through as numbers. 2009-03-25 03:45:56 +00:00
context.py Fixed #10079 -- Moved settings import inside the function that uses it so that the module can be imported without needing settings, thanks kcarnold and mcroydon. 2009-03-30 20:15:01 +00:00
debug.py
defaultfilters.py Fixed #9520: make the date filter fail silently for non-date values. Thanks, Andrew Badr and Eric Holscher. 2009-04-02 05:20:25 +00:00
defaulttags.py Fixed #10043 -- widthratio tag now accepts a variable for the max_width argument. 2009-04-01 23:41:36 +00:00
loader_tags.py Fixed #10094 -- Fixed the include and extends template tags to work with filenames with spaces, patch from mcroydon. 2009-03-30 20:30:28 +00:00
loader.py Fixed #8193: all dynamic imports in Django are now done correctly. I know this because Brett Cannon borrowed the time machine and brought Python 2.7's 'importlib back for inclusion in Django. Thanks for the patch-from-the-future, Brett! 2009-03-18 16:55:59 +00:00