From af2600fd52b36a70260daffc1f8843499c7edaa5 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 25 Feb 2022 11:53:05 +0100 Subject: [PATCH] Docs: Fix reference to UserManager --- doc/development/api/auth.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/api/auth.rst b/doc/development/api/auth.rst index 9111dc1c7d..e05fcce156 100644 --- a/doc/development/api/auth.rst +++ b/doc/development/api/auth.rst @@ -42,7 +42,7 @@ There are a few rules you need to follow: ``User.objects.get_or_create_for_backend`` will follow these rules for you automatically. It works like this: -.. autoclass:: pretix.base.models.UserManager +.. autoclass:: pretix.base.models.auth.UserManager :members: get_or_create_for_backend The backend interface