diff options
| author | Tres Seaver <tseaver@palladion.com> | 2009-06-30 19:57:56 +0000 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2009-06-30 19:57:56 +0000 |
| commit | f9e73ea5a9d5a4210e3a346aa2f9483d70d22ab9 (patch) | |
| tree | 83d10e61df15996bb836a0bc8f73ba5dbf36559b /CHANGES.txt | |
| parent | 3f7e15999ee9f9b02271ccb54d0525946be4b259 (diff) | |
| download | pyramid-f9e73ea5a9d5a4210e3a346aa2f9483d70d22ab9.tar.gz pyramid-f9e73ea5a9d5a4210e3a346aa2f9483d70d22ab9.tar.bz2 pyramid-f9e73ea5a9d5a4210e3a346aa2f9483d70d22ab9.zip | |
Updated the ``bfg_alchemy`` paster template to include two views:
- The view on the root shows a list of links to records.
- The view on a record shows the details for that object.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 7ff778ec4..d8a72991b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Next release ============ +- Updated the ``bfg_alchemy`` paster template to include two views: + the view on the root shows a list of links to records; the view on + a record shows the details for that object. + - Register a ``repoze.bfg.resource.OverrideProvider`` as a pkg_resources provider only for modules which are known to have overrides, instead of globally, when a <resource> directive is used |
