summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-17 21:03:09 -0500
committerChris McDonough <chrism@plope.com>2010-12-17 21:03:09 -0500
commit2a4d4d48e319573dd89354b88464ce4de3ad262e (patch)
tree77c88ba125a5ce3a1dfce2900ba642505e48cef0 /docs
parentbf89764a7e3ccab6133c9ad43b8d9af4f5c4083b (diff)
downloadpyramid-2a4d4d48e319573dd89354b88464ce4de3ad262e.tar.gz
pyramid-2a4d4d48e319573dd89354b88464ce4de3ad262e.tar.bz2
pyramid-2a4d4d48e319573dd89354b88464ce4de3ad262e.zip
get rid of conflict marker
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/views.rst22
1 files changed, 6 insertions, 16 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index 8a689be21..ce2884599 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -1787,22 +1787,12 @@ view configuration, see :ref:`models_which_implement_interfaces`.
Configuring View Security
~~~~~~~~~~~~~~~~~~~~~~~~~
-<<<<<<< HEAD
-If an :term:`authorization policy` is active, any :term:`permission`
-attached to a :term:`view configuration` found during view lookup will
-be verified. This will ensure that the currently authenticated user
-possesses that permission against the :term:`context` before the view
-function is actually called. Here's an example of specifying a
-permission in a view configuration using
-:meth:`pyramid.configuration.Configurator.add_view`:
-=======
-If a :term:`authorization policy` is active, any :term:`permission` attached
-to a :term:`view configuration` found during view lookup will be consulted to
-ensure that the currently authenticated user possesses that permission
-against the :term:`context` before the view function is actually called.
-Here's an example of specifying a permission in a view configuration using
-:meth:`pyramid.config.Configurator.add_view`:
->>>>>>> fee38663daccc0130d0c34dbc5a14e67bef2e183
+If an :term:`authorization policy` is active, any :term:`permission` attached
+to a :term:`view configuration` found during view lookup will be verified.
+This will ensure that the currently authenticated user possesses that
+permission against the :term:`context` before the view function is actually
+called. Here's an example of specifying a permission in a view configuration
+using :meth:`pyramid.config.Configurator.add_view`:
.. code-block:: python
:linenos: