From 5e3e39bfb3fe6d5252e428f2eea4e34498b24ba1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 24 Jun 2009 06:09:34 +0000 Subject: Note BFG on GAE bugfix. --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index da82c3417..a205cca2f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,11 @@ Bug Fixes - ``model_url`` when passed a request that was generated as a result of a route match would fail in a call to ``route.generate``. +- BFG-on-GAE didn't work due to a corner case bug in the fallback + Python implementation of ``threading.local`` (symptom: + "Initialization arguments are not supported"). Thanks to Michael + Bernstein for the bug report. + Documentation ------------- -- cgit v1.2.3