| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
(After a recursive grep for ':[a-z]*:`[A-Z0-9a-z._]*``')
|
|
the implication a bit confusing"
|
|
``pyramid.threadlocals.get_registry().settings`` instead or use the
``settings`` attribute of the registry available from the request
(``request.registry.settings``).
|
|
|
|
``mako.default_filters``, and ``mako.imports``.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
``route_url``. These are simple passthroughs for their respective
functions in ``pyramid.url``.
- Documented the ``matchdict`` and ``matched_route`` attributes of the
request object in the Request API documentation.
|
|
|
|
|
|
|
|
to :app:`Pyramid`. A custom role setting was added to ``docs/conf.py`` to
allow for this. (internal)
|
|
|
|
(e.g. ``pyramid.interfaces.INewRequest``) have been changed to reference
their concrete classes (e.g. ``pyramid.events.NewRequest``) in
documentation about making subscriptions.
|
|
|
|
|
|
|
|
|
|
resource spec.
|
|
|
|
|
|
|
|
|
|
|
|
update the startup chapter to show them
|
|
|
|
|
|
|
|
wiki tutorial
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|