diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-20 13:52:03 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-20 13:52:03 -0500 |
| commit | 35ce2adb609bfb3db346bc8cc937d13a0d2dddcd (patch) | |
| tree | d95552d47840c9f0923b5ca912dde0b80654e287 /CHANGES.txt | |
| parent | 12f38891a8c478787b06073d2d443827bbb95fb0 (diff) | |
| download | pyramid-35ce2adb609bfb3db346bc8cc937d13a0d2dddcd.tar.gz pyramid-35ce2adb609bfb3db346bc8cc937d13a0d2dddcd.tar.bz2 pyramid-35ce2adb609bfb3db346bc8cc937d13a0d2dddcd.zip | |
- Fix configurator to not convert ``ImportError`` to ``ConfigurationError``
if the import that failed was unrelated to the import requested via a
dotted name when resolving dotted names (such as view dotted names).
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 692e3cc35..aee0fae2f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -30,6 +30,10 @@ Features ``config.end()`` is no longer necessary. All paster templates have been changed to no longer call these functions. +- Fix configurator to not convert ``ImportError`` to ``ConfigurationError`` + if the import that failed was unrelated to the import requested via a + dotted name when resolving dotted names (such as view dotted names). + Documentation ------------- |
