Skip to content

Commit

Permalink
use 'stable' path instead of hardcoded version number for django docu…
Browse files Browse the repository at this point in the history
…mentation in class based view mixin section
  • Loading branch information
dpgraham4401 committed Jul 4, 2024
1 parent 64e5bf3 commit bbb994c
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 bbb994c

Please sign in to comment.