diff options
Diffstat (limited to 'docs/narr/viewconfig.rst')
| -rw-r--r-- | docs/narr/viewconfig.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/narr/viewconfig.rst b/docs/narr/viewconfig.rst index cd49d6e94..7e6617b78 100644 --- a/docs/narr/viewconfig.rst +++ b/docs/narr/viewconfig.rst @@ -352,7 +352,7 @@ configured view. If ``accept`` is not specified, the ``HTTP_ACCEPT`` HTTP header is not taken into consideration when deciding whether or not to invoke the associated view callable. - See :ref:`accept_content_negotation` for more information. + See :ref:`accept_content_negotiation` for more information. .. versionchanged:: 1.10 Media ranges such as ``text/*`` will now raise :class:`pyramid.exceptions.ConfigurationError`. @@ -1028,9 +1028,9 @@ these values. .. index:: single: Accept - single: Accept content negotation + single: Accept content negotiation -.. _accept_content_negotation: +.. _accept_content_negotiation: Accept Header Content Negotiation --------------------------------- @@ -1084,6 +1084,9 @@ For example: In this case, the ``application/json`` view should always be selected in cases where it is otherwise ambiguous. +.. index:: + single: default accept ordering + .. _default_accept_ordering: Default Accept Ordering |
