diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-06-03 13:16:29 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-06-03 14:10:51 +0200 |
| commit | e6d7641000ab63cc01b2187ba8f0ede87ea5d006 (patch) | |
| tree | f88a373c79804e2ef343e96f4b4eb6bbab6176f3 /docs | |
| parent | 666161b41f923b7c5e3bb0f33a0e0c4b72382799 (diff) | |
[2.2.x] Fixed typos in 1.11.21, 2.1.9, 2.2.2 release notes.
Backport of 100ec901aebebe56b61f101af38a228414098dd5 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.21.txt | 2 | ||||
| -rw-r--r-- | docs/releases/2.1.9.txt | 2 | ||||
| -rw-r--r-- | docs/releases/2.2.2.txt | 2 |
3 files changed, 3 insertions, 3 deletions
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`. diff --git a/docs/releases/2.1.9.txt b/docs/releases/2.1.9.txt index 7a479c89f1..9dc88de611 100644 --- a/docs/releases/2.1.9.txt +++ b/docs/releases/2.1.9.txt @@ -16,7 +16,7 @@ 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`. diff --git a/docs/releases/2.2.2.txt b/docs/releases/2.2.2.txt index a9d608c495..d5acc79562 100644 --- a/docs/releases/2.2.2.txt +++ b/docs/releases/2.2.2.txt @@ -16,7 +16,7 @@ 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`. |
