Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dead link and update outdated link #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Predicates can do pretty much anything with the given arguments, but must
always return ``True`` if the condition they check is true, ``False``
otherwise. ``rules`` comes with several predefined predicates that you may
read about later on in `API Reference`_, that are mostly useful when dealing
with `authorization in Django`_.
with authorization in Django.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please make this point to the Using Rules with Django headline?



Setting up rules
Expand Down Expand Up @@ -321,8 +321,6 @@ whole app (except in the ``rules.templatetags`` module). ``rules`` however can
integrate tightly with Django to provide authorization.


.. _authorization in Django:

Using Rules with Django
=======================

Expand Down Expand Up @@ -470,7 +468,7 @@ You can customise the object either by overriding ``get_object`` or
For more information refer to the `Django documentation`_ and the
``rules.contrib.views`` module.

.. _Django documentation: https://docs.djangoproject.com/en/1.9/topics/auth/default/#limiting-access-to-logged-in-users
.. _Django documentation: https://docs.djangoproject.com/en/dev/topics/auth/default/#limiting-access-to-logged-in-users

Rules and permissions in templates
----------------------------------
Expand Down