Fixed typo in docs/releases/3.0.txt.

This commit is contained in:
jsals1 2019-12-05 01:55:20 -05:00 committed by Mariusz Felisiak
parent c06492dd87
commit 1f62c008d1
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ Miscellaneous
------------- -------------
* ``ContentType.__str__()`` now includes the model's ``app_label`` to * ``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 * Because accessing the language in the session rather than in the cookie is
deprecated, ``LocaleMiddleware`` no longer looks for the user's language in deprecated, ``LocaleMiddleware`` no longer looks for the user's language in