summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7e83b1335..85b0a8054 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,15 @@
+Next release
+============
+
+- Using ``model_url`` or ``model_path`` against a broken model graph
+ (one with models that had a non-root model with a ``__name__`` of
+ ``None``) caused an inscrutable error to be thrown: ( if not
+ ``_must_quote[cachekey].search(s): TypeError: expected string or
+ buffer``). Now URLs and paths generated against graphs that have
+ None names in intermediate nodes will replace the None with the
+ empty string, and, as a result, the error won't be raised. Of
+ course the URL or path will still be bogus.
+
0.6.9 (2009-02-16)
==================