mirror of https://github.com/django/django.git
Fixed typo in docs/releases/3.0.txt.
This commit is contained in:
parent
c06492dd87
commit
1f62c008d1
|
@ -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