diff options
| author | John Anderson <sontek@gmail.com> | 2015-02-07 11:14:24 -0800 |
|---|---|---|
| committer | John Anderson <sontek@gmail.com> | 2015-02-07 11:14:24 -0800 |
| commit | ce7c06a044756422ba3741614515940d2b230e28 (patch) | |
| tree | 3373caf57660f003ebeb8e8954d87cba885ab89a /docs/api | |
| parent | 03a0d79306b2846313df1983a721d5cccf4ec3ce (diff) | |
| parent | b17fa8b19da6e8272515588abbd2299f03bc2942 (diff) | |
| download | pyramid-ce7c06a044756422ba3741614515940d2b230e28.tar.gz pyramid-ce7c06a044756422ba3741614515940d2b230e28.tar.bz2 pyramid-ce7c06a044756422ba3741614515940d2b230e28.zip | |
Merge branch 'master' of https://github.com/Pylons/pyramid into allow_class_method_directly
Conflicts:
pyramid/compat.py
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/interfaces.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/api/interfaces.rst b/docs/api/interfaces.rst index a62976d8a..de2a664a4 100644 --- a/docs/api/interfaces.rst +++ b/docs/api/interfaces.rst @@ -56,6 +56,9 @@ Other Interfaces .. autointerface:: IRenderer :members: + .. autointerface:: IResponseFactory + :members: + .. autointerface:: IViewMapperFactory :members: |
