diff options
| author | Chris McDonough <chrism@plope.com> | 2011-12-21 01:04:26 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-12-21 01:04:26 -0500 |
| commit | ba2a3f87fa51843a8a160f209fb576ae21d0050b (patch) | |
| tree | a6d79c139cd6bf490804c98c3557b35282162bed /CHANGES.txt | |
| parent | cd422c1674ec408b866aa715843b084cd0c3ff40 (diff) | |
| download | pyramid-ba2a3f87fa51843a8a160f209fb576ae21d0050b.tar.gz pyramid-ba2a3f87fa51843a8a160f209fb576ae21d0050b.tar.bz2 pyramid-ba2a3f87fa51843a8a160f209fb576ae21d0050b.zip | |
- Add undocumented ``__discriminator__`` API to derived view callables.
e.g. ``adapters.lookup(...).__discriminator__(context, request)``. It will
be used by superdynamic systems that require the discriminator to be used
for introspection after manual view lookup.
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 8df5ab934..b5c1859c9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,6 +8,11 @@ Features documented in the "Command-Line Pyramid" chapter in the section entitled "Invoking a Request". +- Add undocumented ``__discriminator__`` API to derived view callables. + e.g. ``adapters.lookup(...).__discriminator__(context, request)``. It will + be used by superdynamic systems that require the discriminator to be used + for introspection after manual view lookup. + Bug Fixes --------- |
