From d81c86d32c6b716e49288c22c80ceb6ee924531f Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Mon, 4 Sep 2017 15:40:07 +0300 Subject: [PATCH] Fixed typo in docs/releases/1.10.txt. --- docs/releases/1.10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index 1dfeee7f31..b235afb4f5 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -908,7 +908,7 @@ Miscellaneous a new :meth:`.AbstractBaseUser.clean` method. * Private API ``django.forms.models.model_to_dict()`` returns a queryset rather - than a list of primary keys for ``ManyToManyField``\s . + than a list of primary keys for ``ManyToManyField``\s. * If ``django.contrib.staticfiles`` is installed, the :ttag:`static` template tag uses the ``staticfiles`` storage