From a07ce0e25e204e3966a2b704c70dd5d87d63dca5 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 3 Jun 2019 13:16:29 +0200 Subject: [PATCH] [1.11.x] Fixed typo in 1.11.21 release notes. Backport of 100ec901aebebe56b61f101af38a228414098dd5 from master. --- docs/releases/1.11.21.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.11.21.txt b/docs/releases/1.11.21.txt index 3da7a78612..f670be285b 100644 --- a/docs/releases/1.11.21.txt +++ b/docs/releases/1.11.21.txt @@ -16,6 +16,6 @@ payload, could result in an clickable JavaScript link. ``AdminURLFieldWidget`` now validates the provided value using :class:`~django.core.validators.URLValidator` before displaying the clickable -link. You may customise the validator by passing a ``validator_class`` kwarg to +link. You may customize the validator by passing a ``validator_class`` kwarg to ``AdminURLFieldWidget.__init__()``, e.g. when using :attr:`~django.contrib.admin.ModelAdmin.formfield_overrides`.