| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
the latter generates a default constructor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DOC: Update quick_tour.rst: Typo: with -> which
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
closes #986
|
|
exception view; closes #985
|
|
|
|
|
|
add route_remainder_name argument to resource_url
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Request.localizer, fix docs; closes #1099
|
|
template was reloaded, and the renderer specification named a macro
(e.g. ``foo#macroname.pt``), renderings of the template after the template
was reloaded due to a file change would produce the entire template body
instead of just a rendering of the macro. See
https://github.com/Pylons/pyramid/issues/1013.
Closes #1013
|
|
|
|
|
|
|
|
to ``%2F`` when a replacement value contains a ``/``. This was pointless,
as WSGI servers always unquote the slash anyway, and Pyramid never sees the
quoted value.
|
|
|
|
|
|
|
|
``*traverse`` in its pattern. Now the traversal path generated in
such a configuration will be correct, instead of an element missing
a leading slash.
|