| .. |
|
backends
|
Fixed #17085, #24783 -- Refactored template library registration.
|
2015-05-21 09:12:06 -05:00 |
|
loaders
|
Moved engine-related exceptions to django.template.exceptions.
|
2015-05-06 17:33:47 -05:00 |
|
__init__.py
|
Fixed #17085, #24783 -- Refactored template library registration.
|
2015-05-21 09:12:06 -05:00 |
|
base.py
|
Fixed #17085, #24783 -- Refactored template library registration.
|
2015-05-21 09:12:06 -05:00 |
|
context.py
|
Fixed #24847 -- Prevented items set on a RequestContext from being lost.
|
2015-05-27 10:04:57 -04:00 |
|
context_processors.py
|
Simplified the lazy CSRF token implementation in csrf context processor.
|
2015-02-08 15:02:43 -05:00 |
|
defaultfilters.py
|
Fixed #17085, #24783 -- Refactored template library registration.
|
2015-05-21 09:12:06 -05:00 |
|
defaulttags.py
|
Fixed #17085, #24783 -- Refactored template library registration.
|
2015-05-21 09:12:06 -05:00 |
|
engine.py
|
Fixed #17085, #24783 -- Refactored template library registration.
|
2015-05-21 09:12:06 -05:00 |
|
exceptions.py
|
Moved engine-related exceptions to django.template.exceptions.
|
2015-05-06 17:33:47 -05:00 |
|
library.py
|
Fixed #17085, #24783 -- Refactored template library registration.
|
2015-05-21 09:12:06 -05:00 |
|
loader.py
|
Moved engine-related exceptions to django.template.exceptions.
|
2015-05-06 17:33:47 -05:00 |
|
loader_tags.py
|
Fixed #17085, #24783 -- Refactored template library registration.
|
2015-05-21 09:12:06 -05:00 |
|
response.py
|
Moved engine-related exceptions to django.template.exceptions.
|
2015-05-06 17:33:47 -05:00 |
|
smartif.py
|
Fixed #23913 -- Deprecated the = comparison in if template tag.
|
2015-01-11 15:21:01 -05:00 |
|
utils.py
|
Fixed #24685 -- Fixed check for template name unicity.
|
2015-05-03 21:49:16 +02:00 |