We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd718e1 commit a845313Copy full SHA for a845313
docs/admin/config.rst
@@ -1786,9 +1786,12 @@ REQUIRE_LOGIN
1786
1787
.. versionadded:: 4.1
1788
1789
-This enables :setting:`LOGIN_REQUIRED_URLS` and configures REST framework to
1790
-require authentication for all API endpoints.
+This enables :class:`django:~django.contrib.auth.middleware.LoginRequiredMiddleware`
+and configures REST framework to require authentication for all API endpoints.
1791
1792
+.. versionchanged:: 5.15
1793
+
1794
+ Weblate now relies on Django built-in middleware.
1795
.. note::
1796
1797
This is implemented in the :ref:`sample-configuration`. For Docker, use
0 commit comments