diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2017-09-04 15:40:07 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-09-04 08:40:25 -0400 |
| commit | 1db5e687a7df6921ec4ee4ac7490008a922fe94d (patch) | |
| tree | c8d4c2e997cc4666e200e3b3aa9e3cb021791e26 /docs | |
| parent | f8e0557b01ebbb11478cfb012c4cafc67f1213c1 (diff) | |
[1.11.x] Fixed typo in docs/releases/1.10.txt.
Backport of d81c86d32c6b716e49288c22c80ceb6ee924531f from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index 9673bc9a47..8ce6581a85 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 |
