mirror of
https://github.com/django/django.git
synced 2025-07-07 03:09:22 +00:00
[4.0.x] Corrected models.FileField signature in docs.
Backport of d4bf3b4c75c0e1229062ad4c937725931f699fb7 from main
This commit is contained in:
parent
efb26f1b8d
commit
7f69c0d9f7
@ -780,7 +780,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…
x
Reference in New Issue
Block a user