Commit 332139d2 authored by Loic Bistuer's avatar Loic Bistuer
Browse files

Fixed typo in docs. Thanks Berker.

parent 335df82a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.