1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed typo in docs. Thanks Berker.

This commit is contained in:
Loic Bistuer
2015-01-28 01:50:00 +07:00
parent 335df82a3f
commit 332139d23d

View File

@@ -187,7 +187,7 @@ Miscellaneous
will be removed in Django 2.1. The more general ``check_expression_support()``
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``
(or simply ``django.forms``) instead.