diff options
| author | Adam Zapletal <adamzap@gmail.com> | 2024-11-27 10:13:28 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-27 13:13:28 -0300 |
| commit | e9ed5da3cb0d037d274e5af42d9f09b70a09ebc2 (patch) | |
| tree | 8c437568a0694f6c69369d8b1c845ad2d138cfb9 /docs/ref/contrib | |
| parent | 2544c1585473c1e82dab1274b52052744f97ca72 (diff) | |
Removed trailing whitespace in docs.
Diffstat (limited to 'docs/ref/contrib')
| -rw-r--r-- | docs/ref/contrib/auth.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/auth.txt b/docs/ref/contrib/auth.txt index 6014a4e78f..7b0de1173f 100644 --- a/docs/ref/contrib/auth.txt +++ b/docs/ref/contrib/auth.txt @@ -679,7 +679,7 @@ The following backends are available in :mod:`django.contrib.auth.backends`: user permissions and group permissions. Returns an empty set if :attr:`~django.contrib.auth.models.AbstractBaseUser.is_anonymous` or :attr:`~django.contrib.auth.models.CustomUser.is_active` is ``False``. - + .. versionchanged:: 5.2 ``aget_all_permissions()`` function was added. |
