diff options
| author | Chris McDonough <chrism@plope.com> | 2012-09-09 14:26:40 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-09-09 14:26:40 -0400 |
| commit | b274d051847299a7dc52781fbc3ce0f61070138d (patch) | |
| tree | 321557f97a0005f8014f0de47ab934583bb50c93 /CHANGES.txt | |
| parent | deaf45b8e2847c5393b2e8fc354c79b52aa9a988 (diff) | |
| download | pyramid-b274d051847299a7dc52781fbc3ce0f61070138d.tar.gz pyramid-b274d051847299a7dc52781fbc3ce0f61070138d.tar.bz2 pyramid-b274d051847299a7dc52781fbc3ce0f61070138d.zip | |
- The ``pyramid.paster.PyramidTemplate`` API was removed. It had been
deprecated since Pyramid 1.1 and issued a warning on import. If your code
depended on this, adjust your code to import
``pyramid.scaffolds.PyramidTemplate`` instead.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b93a02193..7e0bf73cf 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -187,6 +187,11 @@ Backwards Incompatibilities since Pyramid 1.0 and printed a deprecation warning upon its use. Use ``pyramid.config`` instead. +- The ``pyramid.paster.PyramidTemplate`` API was removed. It had been + deprecated since Pyramid 1.1 and issued a warning on import. If your code + depended on this, adjust your code to import + ``pyramid.scaffolds.PyramidTemplate`` instead. + Dependencies ------------ |
