1
0
mirror of https://github.com/django/django.git synced 2024-11-19 16:04:13 +00:00
django/tests/regressiontests/templates
2007-07-23 04:45:01 +00:00
..
__init__.py
models.py
tests.py Fixed #4952 -- Fixed the get_template_sources functions of the app_directories and filesystem template loaders to not return paths outside of given template directories. Both functions now make use of a new safe_join utility function. Thanks to SmileyChris for help with the patch. 2007-07-23 04:45:01 +00:00
unicode.py Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
urls.py Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments. 2007-07-07 18:24:27 +00:00
views.py Fixed #2606 -- Added tag for working out the URL of a particular view function. 2007-02-13 04:24:58 +00:00