Fixed typo in docs. Thanks Berker.
This commit is contained in:
parent
335df82a3f
commit
332139d23d
|
@ -187,7 +187,7 @@ Miscellaneous
|
||||||
will be removed in Django 2.1. The more general ``check_expression_support()``
|
will be removed in Django 2.1. The more general ``check_expression_support()``
|
||||||
should be used instead.
|
should be used instead.
|
||||||
|
|
||||||
``django.forms.extras`` is deprecated. You can find
|
* ``django.forms.extras`` is deprecated. You can find
|
||||||
:class:`~django.forms.SelectDateWidget` in ``django.forms.widgets``
|
:class:`~django.forms.SelectDateWidget` in ``django.forms.widgets``
|
||||||
(or simply ``django.forms``) instead.
|
(or simply ``django.forms``) instead.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue