Kaydet (Commit) aa3fd4b9 authored tarafından Tim Graham's avatar Tim Graham

[1.7.x] Fixed #22619 -- Corrected description of os.path.

Thanks Collin Anderson for the report.

Backport of a1be7237 from master
üst e1f0efc5
......@@ -219,7 +219,7 @@ If you're taking advantage of the internationalization features of Django (see
ensure that the environment used to start Apache is configured to accept
non-ASCII file names. If your environment is not correctly configured, you
will trigger ``UnicodeEncodeError`` exceptions when calling functions like
``os.path()`` on filenames that contain non-ASCII characters.
the ones in :mod:`os.path` on filenames that contain non-ASCII characters.
To avoid these problems, the environment used to start Apache should contain
settings analogous to the following::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment