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:23 -0500 |
| commit | 1092bf02e6df48cb29f5355bb36b156f63f39d87 (patch) | |
| tree | c712bd7b61e5a66f1692038a3eba7dd20d037339 /docs | |
| parent | 130d2d30728a2f5571a4df40315758a7acfddebd (diff) | |
[2.2.x] Fixed typo in docs/releases/2.2.txt.
Backport of b6bb912e9cd2d4497f010a362eff4662ba10f653 from master.
Diffstat (limited to 'docs')
| -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 |
