django1/django/template
Luke Plant 960af90279 Fixed #13058 - "smart if" template tag doesn't support "if not in ..." condition
Thanks to ramusus for the report.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@12732 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-08 23:25:37 +00:00
..
loaders Fixed #12992: Adjusted the new template loader code so that the template 2010-03-01 23:05:35 +00:00
__init__.py Fixed #11461: Ensured complete traceback is available on the debug page when an exception is encountered during template rendering, even when running on Python 2.6 or higher. Thanks Glenn. 2010-03-08 17:01:21 +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
debug.py Fixed #11461: Ensured complete traceback is available on the debug page when an exception is encountered during template rendering, even when running on Python 2.6 or higher. Thanks Glenn. 2010-03-08 17:01:21 +00:00
defaultfilters.py Fixed #11687: the `add` filter is now less failsome when faced with things that can't be coerced to integers. 2010-02-22 23:34:33 +00:00
defaulttags.py Fixed #13058 - "smart if" template tag doesn't support "if not in ..." condition 2010-03-08 23:25:37 +00:00
loader.py Fixed #12992: Adjusted the new template loader code so that the template 2010-03-01 23:05:35 +00:00
loader_tags.py Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion 2010-01-10 18:36:20 +00:00
smartif.py Fixed #13058 - "smart if" template tag doesn't support "if not in ..." condition 2010-03-08 23:25:37 +00:00