From 23367ff241254565c7e3abf6fbc5c0261de1b9b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 26 Jun 2026 12:29:50 +0200 Subject: [PATCH] fix(apidocs): remove get_user_details exclusion The doc was broken for it, but it is now fixed. --- docs/api/index.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/api/index.rst b/docs/api/index.rst index 8c97783f..d3b3f85a 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -10,7 +10,6 @@ Authentication backends .. automodule:: social_core.backends.base :members: :undoc-members: - :exclude-members: get_user_details :show-inheritance: .. automodule:: social_core.backends.oauth @@ -26,7 +25,6 @@ Authentication backends .. automodule:: social_core.backends.open_id_connect :members: :undoc-members: - :exclude-members: get_user_details :show-inheritance: Pipeline