Alasdair Nicol
|
a800036981
|
Fixed #21287 -- Fixed E123 pep8 warnings
|
2013-10-18 10:07:39 +01:00 |
Berker Peksag
|
2f0566fa61
|
Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE_DIRS.
* django.template.loader.get_template()
* django.template.loader.select_template()
* django.shortcuts.render()
* django.shortcuts.render_to_response()
Thanks amcnabb for the suggestion.
|
2013-09-18 07:37:08 -04:00 |
Ramiro Morales
|
b785a80d19
|
Added further fixes, tests for #19949/f33db5a09a.
Thanks Susan Tan. Refs #19949.
|
2013-08-26 08:47:24 -03:00 |
SusanTan
|
f33db5a09a
|
Fixed 19949 -- Cached template loader now caches TemplateDoesNotExist
Thanks @timgraham and @jdunck for the code reviews and Kronuz for bug
report and initial patch.
|
2013-08-24 09:19:55 -04:00 |
Carl Meyer
|
8f3aefdec3
|
Fixed handling of template loader tests.
Previously, the CachedLoaderTests were never run at all.
|
2013-07-25 17:19:17 -05:00 |
Preston Timmons
|
6d96831769
|
Fixed template_tests so discovery doesn't directly find tests that require setuptools.
|
2013-04-12 15:42:58 -06:00 |
Preston Timmons
|
3810dc3070
|
Modified template_tests for unittest2 discovery.
|
2013-04-12 15:13:59 -06:00 |