[2.0.x] Fixed typo in 1.11.21 release notes.

Backport of 100ec901ae from master.
This commit is contained in:
Mariusz Felisiak 2019-06-03 13:16:29 +02:00
parent 022c205f51
commit cf00b5612e
1 changed files with 1 additions and 1 deletions

View File

@ -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`.