From c5f5572a5320ed0ddfc54ee4b03933b6280c9032 Mon Sep 17 00:00:00 2001 From: Chris Rossi Date: Mon, 22 Nov 2010 14:35:16 -0500 Subject: pyramid.testig.DummyRequest now has a class variable, query_string, + which defaults to the empty string. --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.txt') 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 --------- -- cgit v1.2.3