mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Used :rfc: role in various docs.
This commit is contained in:
parent
71c4fb7beb
commit
f1a808a502
8 changed files with 21 additions and 32 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue