diff options
| author | jsals1 <32826617+jsals1@users.noreply.github.com> | 2019-12-05 01:55:20 -0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-12-05 07:55:56 +0100 |
| commit | 7263c7710cfb00628dbefb8f644e8c2c21d94c32 (patch) | |
| tree | 30c88dd42bf3d96b1394b78228c315a67829a3bb /docs | |
| parent | 87483757c80e76ea85586f2cb81bdfa1976d10e2 (diff) | |
[3.0.x] Fixed typo in docs/releases/3.0.txt.
Backport of 1f62c008d1c983b4e5450a8764605aa6246e1cb4 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index 832cbb7a95..b348d4638c 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -508,7 +508,7 @@ Miscellaneous ------------- * ``ContentType.__str__()`` now includes the model's ``app_label`` to - disambiguate model's with the same name in different apps. + disambiguate models with the same name in different apps. * Because accessing the language in the session rather than in the cookie is deprecated, ``LocaleMiddleware`` no longer looks for the user's language in |
