From 7263c7710cfb00628dbefb8f644e8c2c21d94c32 Mon Sep 17 00:00:00 2001 From: jsals1 <32826617+jsals1@users.noreply.github.com> Date: Thu, 5 Dec 2019 01:55:20 -0500 Subject: [PATCH] [3.0.x] Fixed typo in docs/releases/3.0.txt. Backport of 1f62c008d1c983b4e5450a8764605aa6246e1cb4 from master --- docs/releases/3.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index 832cbb7a95748..b348d4638cfac 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