diff options
| author | Chris McDonough <chrism@plope.com> | 2012-03-14 14:43:08 -0700 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-03-14 14:43:08 -0700 |
| commit | a678380044bdb762fbff7559dc2f9b7e671e5337 (patch) | |
| tree | eafbebec3e6333dcf5d57bc1d4d6b9efc07ccc53 /CHANGES.txt | |
| parent | 0da8d191a5e11d7cd4aaec6ada267857fb5fa4a3 (diff) | |
| download | pyramid-a678380044bdb762fbff7559dc2f9b7e671e5337.tar.gz pyramid-a678380044bdb762fbff7559dc2f9b7e671e5337.tar.bz2 pyramid-a678380044bdb762fbff7559dc2f9b7e671e5337.zip | |
Changes to support #481.
- The ``alchemy`` scaffold now shows an informative error message in the
browser if the person creating the project forgets to run the
initialization script.
- The ``alchemy`` scaffold initialization script is now called
``initialize_<projectname>_db`` instead of ``populate_<projectname>``.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index abdb3d80a..33db7b956 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,16 @@ Bug Fixes - ``config.add_view(<aninstancemethod>)`` raised AttributeError involving ``__text__``. See https://github.com/Pylons/pyramid/issues/461 +Scaffolds +--------- + +- The ``alchemy`` scaffold now shows an informative error message in the + browser if the person creating the project forgets to run the + initialization script. + +- The ``alchemy`` scaffold initialization script is now called + ``initialize_<projectname>_db`` instead of ``populate_<projectname>``. + 1.3b2 (2012-03-02) ================== |
