diff --git a/docs/internals/security.txt b/docs/internals/security.txt index 4eee394759..a3d57e8d7c 100644 --- a/docs/internals/security.txt +++ b/docs/internals/security.txt @@ -46,8 +46,8 @@ the industry-standard 90 days. Confirmed vulnerabilities with a Reporting guidelines -------------------- -Include a runnable proof of concept -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Include a working proof of concept +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Please privately share a minimal Django project or code snippet that demonstrates the potential vulnerability. Include clear instructions on how to diff --git a/docs/ref/models/expressions.txt b/docs/ref/models/expressions.txt index 3238207c5b..81aa3a92b2 100644 --- a/docs/ref/models/expressions.txt +++ b/docs/ref/models/expressions.txt @@ -438,11 +438,11 @@ return type. Built-in database functions (such as :class:`~django.db.models.functions.Cast`) vary in whether arguments such - as ``output_field`` can be supplied positionally or only by keyword. For - ``output_field`` and several other cases, the input ultimately reaches - ``Func()`` as a keyword argument, so the advice to avoid constructing - keyword arguments from untrusted user input applies as equally to these - arguments as it does to ``**extra``. + as ``output_field`` can be supplied as positional arguments or only by + keyword. For ``output_field`` and several other cases, the input ultimately + reaches ``Func()`` as a keyword argument, so the advice to avoid + constructing keyword arguments from untrusted user input applies as equally + to these arguments as it does to ``**extra``. ``Aggregate()`` expressions --------------------------- diff --git a/docs/releases/6.1.txt b/docs/releases/6.1.txt index a1f8672e8c..ca9ba16e84 100644 --- a/docs/releases/6.1.txt +++ b/docs/releases/6.1.txt @@ -242,7 +242,7 @@ Management Commands * Management commands now set :class:`~argparse.ArgumentParser`\'s ``suggest_on_error`` argument to ``True`` by default on Python 3.14, enabling - suggestions for mistyped subcommand names and argument choices. + suggestions for incorrectly typed subcommand names and argument choices. * The :djadmin:`loaddata` command now calls :data:`~django.db.models.signals.m2m_changed` signals with ``raw=True`` when @@ -340,7 +340,7 @@ Utilities ~~~~~~~~~ * :func:`~django.utils.dateparse.parse_duration` now supports ISO 8601 - durations expressed in weeks (``PnW``). + time periods expressed in weeks (``PnW``). Validators ~~~~~~~~~~ diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index f9eabf483b..7024060ff5 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -4,6 +4,7 @@ accessors Aceh admindocs affordances +ai Ai Alchin allowlist @@ -245,6 +246,8 @@ kwargs Kyrgyz latin lawrence +lexeme +lexemes Libera lifecycle lifecycles @@ -531,6 +534,7 @@ unapplied unapplying uncategorized unclaim +unclosed uncopyable unencoded unencrypted