mirror of https://github.com/django/django.git
[3.0.x] Fixed typo in docs/releases/3.0.txt.
Backport of 1f62c008d1
from master
This commit is contained in:
parent
87483757c8
commit
7263c7710c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue