mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Refs #27795 -- Removed force_bytes() usage in utils/_os.py.
This commit is contained in:
parent
9a0e0d966a
commit
bb81c22d90
3 changed files with 8 additions and 16 deletions
|
@ -291,6 +291,8 @@ Miscellaneous
|
|||
is now the real ellipsis character (``…``) instead of 3 dots. You may have to
|
||||
adapt some test output comparisons.
|
||||
|
||||
* Support for bytestring paths in the template filesystem loader is removed.
|
||||
|
||||
.. _deprecated-features-2.2:
|
||||
|
||||
Features deprecated in 2.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue