class FileField(upload_to=None, max_length=100, **options) [source]
A file-upload field.
Note
The primary_key and unique arguments are not supported, and will raise a TypeError if used.
Has two optional arguments:
class FileField(upload_to=None, max_length=100, **options) [source]
A file-upload field.
Note
The primary_key and unique arguments are not supported, and will raise a TypeError if used.
Has two optional arguments:
Please login to continue.