diff options
| author | David Smith <smithdc@gmail.com> | 2025-05-27 17:37:22 +0100 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-08-25 10:51:10 -0300 |
| commit | 6f8e23d1c10c7ce32cea82b65ad2af640015f147 (patch) | |
| tree | 692a42d2a3c54a6610b17cc14679734973d98d89 /docs/releases/3.0.txt | |
| parent | ef2f16bc4824ca2b10b7f2845baf4d313c9c0da1 (diff) | |
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in docs.
Diffstat (limited to 'docs/releases/3.0.txt')
| -rw-r--r-- | docs/releases/3.0.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index eb043710c1..3fa3cd8410 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -126,9 +126,9 @@ Minor features * Added :class:`~django.contrib.auth.backends.BaseBackend` class to ease customization of authentication backends. -* Added :meth:`~django.contrib.auth.models.User.get_user_permissions()` method +* Added :meth:`~django.contrib.auth.models.User.get_user_permissions` method to mirror the existing - :meth:`~django.contrib.auth.models.User.get_group_permissions()` method. + :meth:`~django.contrib.auth.models.User.get_group_permissions` method. * Added HTML ``autocomplete`` attribute to widgets of username, email, and password fields in :mod:`django.contrib.auth.forms` for better interaction @@ -182,7 +182,7 @@ Minor features ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * The new - :meth:`~django.contrib.sessions.backends.base.SessionBase.get_session_cookie_age()` + :meth:`~django.contrib.sessions.backends.base.SessionBase.get_session_cookie_age` method allows dynamically specifying the session cookie age. :mod:`django.contrib.syndication` @@ -190,7 +190,7 @@ Minor features * Added the ``language`` class attribute to the :class:`django.contrib.syndication.views.Feed` to customize a feed language. - The default value is :func:`~django.utils.translation.get_language()` instead + The default value is :func:`~django.utils.translation.get_language` instead of :setting:`LANGUAGE_CODE`. Cache @@ -213,7 +213,7 @@ Forms * Formsets may control the widget used when ordering forms via :attr:`~django.forms.formsets.BaseFormSet.can_order` by setting the :attr:`~django.forms.formsets.BaseFormSet.ordering_widget` attribute or - overriding :attr:`~django.forms.formsets.BaseFormSet.get_ordering_widget()`. + overriding :attr:`~django.forms.formsets.BaseFormSet.get_ordering_widget`. Internationalization ~~~~~~~~~~~~~~~~~~~~ |
