[2.2.x] Fixed typo in docs/releases/2.2.txt.

Backport of b6bb912e9c from master.
This commit is contained in:
Atul Varma 2019-02-11 08:54:05 -05:00 committed by Tim Graham
parent 130d2d3072
commit 1092bf02e6
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ Miscellaneous
read from disk must be UTF-8 encoded.
* ``django.contrib.staticfiles.storage.CachedStaticFilesStorage`` is
deprecated due to the intractable problems that is has. Use
deprecated due to the intractable problems that it has. Use
:class:`.ManifestStaticFilesStorage` or a third-party cloud storage instead.
* :meth:`.RemoteUserBackend.configure_user` is now passed ``request`` as the