New feature: support for {include} syntax. Fixes #1902.

The new {include} syntax makes it possible to include
frequently used text snippets into your content.
This commit is contained in:
Mr. Senko 2016-05-26 17:36:48 +03:00 committed by Lucas Cimon
commit 9ee2792e11
No known key found for this signature in database
GPG key ID: 08DA831E717571EE
30 changed files with 477 additions and 47 deletions

View file

@ -33,6 +33,7 @@ class TestCache(unittest.TestCase):
settings['CACHE_CONTENT'] = True
settings['LOAD_CONTENT_CACHE'] = True
settings['CACHE_PATH'] = self.temp_cache
settings['IGNORE_FILES'] = ['include']
return settings
def test_generator_caching(self):