Used :rfc: role in various docs.

This commit is contained in:
Mariusz Felisiak 2020-04-15 13:11:13 +02:00
parent 71c4fb7beb
commit f1a808a502
8 changed files with 21 additions and 32 deletions

View file

@ -61,9 +61,7 @@ Here are some useful attributes of ``UploadedFile``:
header. This is typically provided by services, such as Google App Engine,
that intercept and handle file uploads on your behalf. As a result your
handler may not receive the uploaded file content, but instead a URL or
other pointer to the file. (see `RFC 2388`_ section 5.3).
.. _RFC 2388: https://www.ietf.org/rfc/rfc2388.txt
other pointer to the file (see :rfc:`RFC 2388 <2388#section-5.3>`).
.. attribute:: UploadedFile.charset