diff options
| author | Steven <s1sds28@yahoo.com> | 2023-01-14 13:38:37 -0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-16 07:54:00 +0100 |
| commit | 4b7016866a80ec8582f55fc7eedfa692039e9648 (patch) | |
| tree | 712a7120a42a8236b8d0bf27276ad369334ea2de /docs | |
| parent | 5da5f3773ec281a027f99c9b56add47d076650b5 (diff) | |
Fixed "nulls characters" typo in docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/validators.txt | 2 | ||||
| -rw-r--r-- | docs/releases/2.2.4.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/validators.txt b/docs/ref/validators.txt index 2a7b85e614..3fd1db7ded 100644 --- a/docs/ref/validators.txt +++ b/docs/ref/validators.txt @@ -318,7 +318,7 @@ to, or in lieu of custom ``field.clean()`` methods. .. class:: ProhibitNullCharactersValidator(message=None, code=None) Raises a :exc:`~django.core.exceptions.ValidationError` if ``str(value)`` - contains one or more nulls characters (``'\x00'``). + contains one or more null characters (``'\x00'``). :param message: If not ``None``, overrides :attr:`.message`. :param code: If not ``None``, overrides :attr:`code`. diff --git a/docs/releases/2.2.4.txt b/docs/releases/2.2.4.txt index 15682da82a..326732c24e 100644 --- a/docs/releases/2.2.4.txt +++ b/docs/releases/2.2.4.txt @@ -70,7 +70,7 @@ Bugfixes hand side of an expression is the same type (:ticket:`30621`). * Fixed a regression in Django 2.2 where auto-reloader crashes if a file path - contains nulls characters (``'\x00'``) (:ticket:`30506`). + contains null characters (``'\x00'``) (:ticket:`30506`). * Fixed a regression in Django 2.2 where auto-reloader crashes if a translation directory cannot be resolved (:ticket:`30647`). |
