diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-24 03:15:22 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-24 03:15:22 -0500 |
| commit | e880a42099f1e3df1bd628058ba9e3a38a5ef0c8 (patch) | |
| tree | 779e9cdae4b4b847fbfd56877b0351c50e4fb92b /CHANGES.txt | |
| parent | 3f61fa08ae42860dde823e610134e4cc2b7ec991 (diff) | |
| download | pyramid-e880a42099f1e3df1bd628058ba9e3a38a5ef0c8.tar.gz pyramid-e880a42099f1e3df1bd628058ba9e3a38a5ef0c8.tar.bz2 pyramid-e880a42099f1e3df1bd628058ba9e3a38a5ef0c8.zip | |
- Add support for json on GAE by catching NotImplementedError and importing
simplejson from django.utils.
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 2ea0ac448..b8c3a847f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -13,6 +13,9 @@ Features - ``pyramid.testig.DummyRequest`` now has a class variable, ``query_string``, which defaults to the empty string. +- Add support for json on GAE by catching NotImplementedError and importing + simplejson from django.utils. + Bug Fixes --------- |
