summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris Rossi <chris@archimedeanco.com>2010-11-22 14:35:16 -0500
committerChris Rossi <chris@archimedeanco.com>2010-11-22 14:35:16 -0500
commitc5f5572a5320ed0ddfc54ee4b03933b6280c9032 (patch)
tree4e39e743919f1590802a91b5daf53734864588b9 /CHANGES.txt
parent00fb8b0d7b5dbbf44d28b9af538dc81a58550f67 (diff)
downloadpyramid-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.txt3
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
---------