diff options
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 8be137e635..a1c55646d0 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -38,6 +38,9 @@ details on these changes. * ``DatabaseIntrospection.get_indexes()`` will be removed. +* The ``authenticate()`` method of authentication backends will require a + ``request`` argument. + .. _deprecation-removed-in-2.0: 2.0 |
