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:12:40 +0200 |
| commit | 73158f19f19400dc324acf6a6a69ce985a8bb3cb (patch) | |
| tree | aa00203bd63575001b5065636df8be9435b05112 | |
| parent | eecf5a1474d23422a3c1fe01afc73ed866283957 (diff) | |
[2.1.x] Fixed typos in 1.11.21, 2.1.9, 2.2.2 release notes.
Backport of 100ec901aebebe56b61f101af38a228414098dd5 from master
| -rw-r--r-- | docs/releases/1.11.21.txt | 2 | ||||
| -rw-r--r-- | docs/releases/2.1.9.txt | 2 |
2 files changed, 2 insertions, 2 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`. |
