diff options
| author | Atul Varma <varmaa@gmail.com> | 2019-02-11 08:54:05 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-02-11 08:54:05 -0500 |
| commit | b6bb912e9cd2d4497f010a362eff4662ba10f653 (patch) | |
| tree | 502c3b73386d75fd542447bd3b4f82450f83fd9f /docs/releases/2.2.txt | |
| parent | 402c0caa851e265410fbcaa55318f22d2bf22ee2 (diff) | |
Fixed typo in docs/releases/2.2.txt.
Diffstat (limited to 'docs/releases/2.2.txt')
| -rw-r--r-- | docs/releases/2.2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index 291f62b560..37056866e1 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -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 |
