django1/django/template
Russell Keith-Magee 84e824fbbf Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to pterk for the original patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6268 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-15 08:29:56 +00:00
..
loaders 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
__init__.py Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to pterk for the original patch. 2007-09-15 08:29:56 +00:00
context.py Refs #5138 -- Refactored implementation of __contains__ in HttpRequest introduced in [6097] after a suggestion from Malcolm. Applied a similar refactor for MergeDict and Context which had comparable behavior. 2007-09-11 14:04:40 +00:00
defaultfilters.py Fixed #4658 -- Improved documentation of linebreaks and linebreaksbr. Thanks, ubernostrum and Gary Wilson 2007-09-14 21:46:38 +00:00
defaulttags.py Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and variables in cycle values. Thanks to SmileyChris and Chris McAvoy for their work on this. 2007-09-14 02:49:21 +00:00
loader.py Backed out the changes in [5482] for a bit whilst some more investigation into 2007-06-22 07:15:04 +00:00
loader_tags.py Fixed #5187 -- Minor doc tweaks. Thanks, Daniel Hahler. 2007-08-18 05:43:38 +00:00