.. |
eggs
|
Fixed #13334: Restored ability to load template tags from eggs. Again thanks Ramiro and metzen for pointers on how to find out if a module loaded from an egg has a particular submodule, and Russ for review.
|
2010-04-15 19:57:09 +00:00 |
templates
|
Fixed #13573 -- Corrected problem with template caching when template directories are provided. Thanks to lamby for the report.
|
2010-05-21 08:54:15 +00:00 |
templatetags
|
Add file mistakenly left out of r12986. Refs #13334.
|
2010-04-15 20:36:00 +00:00 |
__init__.py
|
Refs #2333 - Modified runtests script to use new testing framework. Migrated existing tests to use Django testing framework. All the 'othertests' have been migrated into 'regressiontests', and converted into doctests/unittests, as appropriate.
|
2006-08-27 13:59:47 +00:00 |
context.py
|
Fixed #6262 -- Added a cached template loader, and modified existing template loaders and tag to be cacheable. Thanks to Mike Malone for the patch.
|
2009-12-14 12:08:23 +00:00 |
custom.py
|
Template filters now pass numerical arguments through as numbers.
|
2009-03-25 03:45:56 +00:00 |
filters.py
|
Fixed #13765 - 'safe' parameter for urlencode filter
|
2010-09-13 23:01:34 +00:00 |
loaders.py
|
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
|
2010-10-11 12:55:17 +00:00 |
models.py
|
Refs #2333 - Modified runtests script to use new testing framework. Migrated existing tests to use Django testing framework. All the 'othertests' have been migrated into 'regressiontests', and converted into doctests/unittests, as appropriate.
|
2006-08-27 13:59:47 +00:00 |
nodelist.py
|
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
|
2010-10-11 12:55:17 +00:00 |
parser.py
|
Fixed #12070. Fixed a case where var._whatever wasn't raising a TemplateSyntaxError.
|
2010-02-23 18:50:57 +00:00 |
smartif.py
|
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
|
2010-10-11 12:55:17 +00:00 |
tests.py
|
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
|
2010-10-11 12:55:17 +00:00 |
unicode.py
|
Fixed #6057 -- Mark rendered template output as safe for auto-escaping purposes.
|
2007-11-30 15:32:01 +00:00 |
urls.py
|
Fixed #13275 -- Modified the parsing logic of the {% url %} tag to avoid catastrophic backtracking. Thanks to SmileyChris for the patch.
|
2010-04-10 07:35:31 +00:00 |
views.py
|
Added a couple of extra tests to ensure url tag robustness. These are an
|
2008-08-31 17:29:49 +00:00 |