mirror of https://github.com/django/django.git
Corrected models.FileField signature in docs.
This commit is contained in:
parent
abfdb4d7f3
commit
d4bf3b4c75
|
@ -771,7 +771,7 @@ A :class:`CharField` that checks that the value is a valid email address using
|
|||
``FileField``
|
||||
-------------
|
||||
|
||||
.. class:: FileField(upload_to=None, max_length=100, **options)
|
||||
.. class:: FileField(upload_to='', storage=None, max_length=100, **options)
|
||||
|
||||
A file-upload field.
|
||||
|
||||
|
|
Loading…
Reference in New Issue