mirror of
https://github.com/django/django.git
synced 2025-01-03 06:55:47 +00:00
Fixed typos in 1.11.21, 2.1.9, 2.2.2 release notes.
This commit is contained in:
parent
5ab75adb90
commit
100ec901ae
@ -16,6 +16,6 @@ payload, could result in an clickable JavaScript link.
|
|||||||
|
|
||||||
``AdminURLFieldWidget`` now validates the provided value using
|
``AdminURLFieldWidget`` now validates the provided value using
|
||||||
:class:`~django.core.validators.URLValidator` before displaying the clickable
|
: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
|
``AdminURLFieldWidget.__init__()``, e.g. when using
|
||||||
:attr:`~django.contrib.admin.ModelAdmin.formfield_overrides`.
|
:attr:`~django.contrib.admin.ModelAdmin.formfield_overrides`.
|
||||||
|
@ -16,7 +16,7 @@ payload, could result in an clickable JavaScript link.
|
|||||||
|
|
||||||
``AdminURLFieldWidget`` now validates the provided value using
|
``AdminURLFieldWidget`` now validates the provided value using
|
||||||
:class:`~django.core.validators.URLValidator` before displaying the clickable
|
: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
|
``AdminURLFieldWidget.__init__()``, e.g. when using
|
||||||
:attr:`~django.contrib.admin.ModelAdmin.formfield_overrides`.
|
:attr:`~django.contrib.admin.ModelAdmin.formfield_overrides`.
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ payload, could result in an clickable JavaScript link.
|
|||||||
|
|
||||||
``AdminURLFieldWidget`` now validates the provided value using
|
``AdminURLFieldWidget`` now validates the provided value using
|
||||||
:class:`~django.core.validators.URLValidator` before displaying the clickable
|
: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
|
``AdminURLFieldWidget.__init__()``, e.g. when using
|
||||||
:attr:`~django.contrib.admin.ModelAdmin.formfield_overrides`.
|
:attr:`~django.contrib.admin.ModelAdmin.formfield_overrides`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user