Skip to content

Commit

Permalink
Merge pull request #192 from dpgraham4401/fix_docs_link
Browse files Browse the repository at this point in the history
fix Django Documentation path
  • Loading branch information
dfunckt authored Jul 4, 2024
2 parents 64e5bf3 + bbb994c commit a8da753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,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/stable/topics/auth/default/#limiting-access-to-logged-in-users

Checking permission automatically based on view type
++++++++++++++++++++++++++++++++++++++++++++++++++++
Expand Down

0 comments on commit a8da753

Please sign in to comment.