From be402891cd78f484b7f67e486924975523516ced Mon Sep 17 00:00:00 2001 From: Ahmed Nassar Date: Mon, 14 Apr 2025 14:12:56 -0300 Subject: Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> --- docs/ref/models/instances.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/models') diff --git a/docs/ref/models/instances.txt b/docs/ref/models/instances.txt index e15e1c93bf..674626b23f 100644 --- a/docs/ref/models/instances.txt +++ b/docs/ref/models/instances.txt @@ -863,7 +863,7 @@ URL, you should define ``get_absolute_url()``. It's good practice to use ``get_absolute_url()`` in templates, instead of -hard-coding your objects' URLs. For example, this template code is bad: +hardcoding your objects' URLs. For example, this template code is bad: .. code-block:: html+django -- cgit v1.3