Chris McDonough
2013-05-22 0fdb540f8e432061ec09623f0275a6b6555292ef
tortured docs
1 files modified
7 ■■■■ changed files
CHANGES.txt 7 ●●●● patch | view | raw | blame | history
CHANGES.txt
@@ -32,8 +32,11 @@
Bug Fixes
---------
- ``mako_templating``:  added defensive workaround for non-importability
  of ``mako`` (due to upstream ``markupsafe`` dropping Python 3.2 support).
- ``mako_templating``: added defensive workaround for non-importability of
  ``mako`` due to upstream ``markupsafe`` dropping Python 3.2 support.  Mako
  templating will no longer work under the combination of MarkupSafe 0.17 and
  Python 3.2 (although the combination of MarkupSafe 0.17 and Python 3.3 or any
  supported Python 2 version will work OK).
- View lookup will now search for valid views based on the inheritance
  hierarchy of the context. It tries to find views based on the most