Skip to content
Snippets Groups Projects
Commit d5f83e69 authored by Mike Bayer's avatar Mike Bayer
Browse files

- added "bytestring passthru" mode, via `disable_unicode=True`

  argument passed to Template or TemplateLookup.  All
  unicode-awareness and filtering is turned off, and template
  modules are generated with the appropriate magic encoding
  comment.  In this mode, template expressions can only
  receive raw bytestrings or Unicode objects which represent
  straight ASCII, and render_unicode() may not be used.
  [ticket:77]  (courtesy anonymous guest)
parent 1cb9f21d
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment