summaryrefslogtreecommitdiff
path: root/docs/narr/urldispatch.rst
AgeCommit message (Collapse)Author
2021-12-13Do not include segment_name in allowed values in doc example.Ian Wilson
2020-01-17avoid invalid escape warningÉric Araujo
2020-01-17say something about the predicate factory info argÉric Araujo
2020-01-15better wordingÉric Araujo
2020-01-14make two missed lines even longerÉric Araujo
2020-01-14apply more review fixes, minimize some diffsÉric Araujo
2020-01-11change section titleÉric Araujo
2020-01-11second batch of changesÉric Araujo
2020-01-08first batch of fixes from code reviewÉric Araujo
Co-Authored-By: Steve Piercy <web@stevepiercy.com>
2020-01-07rewrite docs for custom predicatesÉric Araujo
2018-11-20moar proper spacing of interpreter output between a dict's colon and valueSteve Piercy
2018-11-20proper spacing of interpreter output between a dict's colon and valueSteve Piercy
2018-11-19rip out moar unicode prefixesMichael Merickel
2018-11-11use inherit_slash=True on add_route to opt-in to no trailing slashMichael Merickel
2018-11-04Merge branch 'pr/1639' into bare-route-prefixMichael Merickel
2018-08-18Clean up code-blocks in urldispatchSteve Piercy
2018-05-15Add Configurator context manager 'route_prefix_context' to allow for adding ↵Hunter Senft-Grupp
routes and including configuration callables with a particular route prefix.
2016-07-19Change gendered language in examplesJon Davidson
Some examples in documentation use "dude" and "bro" -- for example, "Not found, bro". While playful, this language can make some people uncomfortable. I have changed the wording to something equally playful that doesn't make assumptions about the reader's gender.
2016-06-20typo fix within urldispatch narrative, example 2dowwie
2016-04-23Fix all the stinky linkie rot via `make linkcheck ↵Steve Piercy
SPHINXBUILD=$VENV/bin/sphinx-build`, but don't bother with HISTORY.txt or whatsnew-xx
2015-10-07- grammar, rewrappingSteve Piercy
2015-10-06- grammar, rewrappingSteve Piercy
2015-04-17Added support for a prefixed base url to not contain a trailing slashCharlie Choiniere
2015-03-15Allow passing a custom redirect class for appending slashesDonald Stufft
2015-02-17reword a small part to clarify what's happening with view_configMichael Merickel
2014-12-10Revise URL Dispatch documentation to use config.scan() in Examples 1, 2, and 3Zack Marvel
In response to #600.
2014-02-10- Garden PR #1121Steve Piercy
2013-11-17Removed extra indentation from some examples (:linenos: should be indented ↵Antti Haapala
with the same indentation as the rest of the code block)
2013-09-08- Removed the ability to pass the following arguments toChris McDonough
``pyramid.config.Configurator.add_route``: `view``, ``view_context``. ``view_for``, ``view_permission``, ``view_renderer``, and ``view_attr``. Using these arguments had been deprecated since Pyramid 1.1. Instead of passing view-related arguments to ``add_route``, use a separate call to ``pyramid.config.Configurator.add_view`` to associate a view with a route using its ``route_name`` argument. Note that this impacts the ``pyramid.config.Configurator.add_static_view`` function too, because it delegates to ``add_route``.
2013-08-20raise ValueError instead of generating just path when _app_url is provided ↵Chris McDonough
to request.route_url and the route has an external pattern
2013-08-19allow pregenerator and route_prefix with external routesMichael Merickel
2013-08-17reference the static url route featureTom Lazar
2013-08-17typoTom Lazar
2013-08-17Document the external URL feature.Fabian Neumann
2013-08-09"arent" to "aren't"tisdall
2013-04-02fix #964Michael Merickel
2013-03-22remove unused ignore-next-block directiveTshepang Lekhonkhobe
2013-03-21Resolve conflict.Tres Seaver
2013-03-13consistency: use $VENV whenever virtualenv binaries are usedTshepang Lekhonkhobe
2013-03-12Merge pull request #896 from tshepang/consistencyMichael Merickel
consistency fixes
2013-03-12Merge pull request #890 from tshepang/miscMichael Merickel
miscellaneous doc improvements
2013-03-12Merge pull request #888 from tshepang/fixesMichael Merickel
miscellaneous doc fixes
2013-03-09capitalize; add term roleTshepang Lekhonkhobe
2013-03-06remove a distractionTshepang Lekhonkhobe
2013-03-06address issues raised by Tres Seaver at #884Tshepang Lekhonkhobe
2013-03-05fix grammar; shorten overlong sentenceTshepang Lekhonkhobe
2013-03-05DRYTshepang Lekhonkhobe
2013-03-05DRYTshepang Lekhonkhobe
2013-03-05grammar fixesTshepang Lekhonkhobe
2013-01-29replace 'note' with the more correct 'versionadded' directiveTshepang Lekhonkhobe