summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Bistuer <loic.bistuer@gmail.com>2015-01-28 01:50:00 +0700
committerLoic Bistuer <loic.bistuer@gmail.com>2015-01-28 01:50:05 +0700
commit332139d23dc79cdc846e8e51f0eeee7ddbc9d568 (patch)
treef08691a0ae6807bf1c048f37b66c855cf37f45f1
parent335df82a3f13877220712090eb455a32eea87421 (diff)
Fixed typo in docs. Thanks Berker.
-rw-r--r--docs/releases/1.9.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index 5f62f081e9..e15c1d9b60 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -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.