| Age | Commit message (Collapse) | Author |
|
since Pyramid 1.1. Use the ``pyramid.request.Request.is_response`` method
instead.
|
|
since Pyramid 1.1. Instead use ``pyramid.static.static_view`` with
``use_subpath=True`` argument.
|
|
|
|
quick tour
|
|
|
|
|
|
callbacks are executed. It previously executed before response callbacks
were executed. Rationale: it's more useful to be able to inspect the response
after response callbacks have done their jobs instead of before.
Closes #1116.
|
|
Removing __init__ moved some code around, update the line numbers as
appropriate so that the right sections of code get highlighted.
|
|
|
|
|
|
the latter generates a default constructor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add route_remainder_name argument to resource_url
|
|
|
|
Request.localizer, fix docs; closes #1099
|
|
|
|
to request.route_url and the route has an external pattern
|
|
|
|
into feature.external-routes
|
|
|
|
no HTML smartypants!
|
|
Fix https://github.com/Pylons/pyramid/issues/669
|
|
|
|
|
|
|
|
|
|
|
|
Web Framework" change
|
|
|
|
|