1
0
mirror of https://github.com/django/django.git synced 2025-04-15 04:44:37 +00:00

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

Backport of b6bb912e9cd2d4497f010a362eff4662ba10f653 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

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