diff options
| author | Chris Rossi <chris@archimedeanco.com> | 2010-11-22 14:35:16 -0500 |
|---|---|---|
| committer | Chris Rossi <chris@archimedeanco.com> | 2010-11-22 14:35:16 -0500 |
| commit | c5f5572a5320ed0ddfc54ee4b03933b6280c9032 (patch) | |
| tree | 4e39e743919f1590802a91b5daf53734864588b9 /CHANGES.txt | |
| parent | 00fb8b0d7b5dbbf44d28b9af538dc81a58550f67 (diff) | |
| download | pyramid-c5f5572a5320ed0ddfc54ee4b03933b6280c9032.tar.gz pyramid-c5f5572a5320ed0ddfc54ee4b03933b6280c9032.tar.bz2 pyramid-c5f5572a5320ed0ddfc54ee4b03933b6280c9032.zip | |
pyramid.testig.DummyRequest now has a class variable, query_string,
+ which defaults to the empty string.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ee36776c7..2ea0ac448 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,9 @@ Features templates now use idiomatic SQLAlchemy configuration in their respective ``.ini`` files and Python code. +- ``pyramid.testig.DummyRequest`` now has a class variable, ``query_string``, + which defaults to the empty string. + Bug Fixes --------- |
