Changes between Initial Version and Version 1 of Ticket #19949, comment 5
- Timestamp:
- Aug 22, 2013, 11:39:43 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19949, comment 5
initial v1 1 https://github.com/django/django/pull/1501 I'm still debugging, I'm getting an error on this line L135: 2 3 {{{ 4 template_tuple = cache_loader.load_template('missing.html', "django/tests/missing") 5 }}} 6 7 8 File "/../django/template/loaders/cached.py", line 27, in loaders 9 for loader in self._loaders: 10 TypeError: 'type' object is not iterable 11 12 I'll appreciate any feedback. 1 Updated PR: https://github.com/django/django/pull/1501/ Unit test and full test suite pass.