diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2010-12-14 20:52:14 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2010-12-14 20:52:14 -0700 |
| commit | 171c2dca2776e9b9642bcf8b0d4a30ba97ab5724 (patch) | |
| tree | fbad8fe91421e21bcb082d9c9a1fd93605a25113 /CHANGES.txt | |
| parent | 373b79f0a0384eaf56126bfbf5d322f3d63ffdd4 (diff) | |
| parent | b07059b75021e2dc4f55357dd6b454c4951b3b9c (diff) | |
| download | pyramid-171c2dca2776e9b9642bcf8b0d4a30ba97ab5724.tar.gz pyramid-171c2dca2776e9b9642bcf8b0d4a30ba97ab5724.tar.bz2 pyramid-171c2dca2776e9b9642bcf8b0d4a30ba97ab5724.zip | |
Merge https://github.com/Pylons/pyramid
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index dfa7bf7fc..be2bd2b5f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -48,6 +48,12 @@ Dependencies Bug Fixes --------- +- When creating a Configurator from within a ``paster pshell`` session, you + were required to pass a ``package`` argument although ``package`` is not + actually required. If you didn't pass ``package``, you would receive an + error something like ``KeyError: '__name__'`` emanating from the + ``pyramid.path.caller_module`` function. This has now been fixed. + - The ``pyramid_routesalchemy`` paster template's unit tests failed (``AssertionError: 'SomeProject' != 'someproject'``). This is fixed. |
