From bbb994c59f241e2aefe936862c6f6f396474d510 Mon Sep 17 00:00:00 2001 From: David Paul Graham Date: Thu, 4 Jul 2024 10:23:26 -0400 Subject: [PATCH] use 'stable' path instead of hardcoded version number for django documentation in class based view mixin section --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 762ff81..995fd46 100644 --- a/README.rst +++ b/README.rst @@ -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 ++++++++++++++++++++++++++++++++++++++++++++++++++++