| Age | Commit message (Collapse) | Author |
|
kpinc-doc_render_to_response2
|
|
|
|
|
|
|
|
|
|
|
|
"from pyramid.view import view_config" instead of "from pyramid.view. import view_config"
|
|
and index the example.
More fully explain the 2 examples, one with render_to_response call
and one without.
|
|
use 'setup.py docs' and not 'setup.py dev docs' based on report from karlping
|
|
|
|
|
|
|
|
bertjwregeer-docs/remove_redundant
|
|
|
|
|
|
|
|
|
|
|
|
Docs: sessions.rst: Explain example.
|
|
|
|
|
|
the key plus the equal sign
|
|
Doc render
|
|
|
|
dictionaries.
|
|
|
|
Doing something to make the pull request have the right stuff.
|
|
|
|
|
|
maintained. Point people at ``pyramid_redis_sessions`` instead.
|
|
|
|
|
|
templates.
|
|
|
|
``ACLAuthorizationPolicy`` so it anticipates a callable ``__acl__``
on resources. Previously it did not try to call the ``__acl__``
if it was callable.
|
|
slash it does not produce a non-working project directory structure.
Previously saying ``pcreate -s starter /foo/bar/`` produced different output
than saying ``pcreate -s starter /foo/bar``. The former did not work
properly.
|
|
|
|
|
|
|
|
Qualify assets
|
|
|
|
views into a sub-package.
|
|
|
|
Contributors
|
|
|
|
|
|
|
|
|
|
had to fix DummyBootstrap a bit because it fails pretty hard at handling
part of bootstrap contract in which the request passed in should be
enhanced with the registry, and returned. In some cases the wrong
request or the wrong registry were being returned if the test case
actually specified a registry or request.
|
|
|