| Age | Commit message (Collapse) | Author |
|
Regression in a93425a37f4defdb31d4ca96bb3bf6da21f0b5ce.
|
|
|
|
Using the current directory caused a PermissionError.
|
|
|
|
ImageField.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the initial patch.
|
|
When a FileField is set to an instance of File that is not also an
instance of FieldFile, pre_save() passes that object as the contents to
Storage.save(). This allows the file to be moved rather than copied
to the upload destination.
|
|
|
|
|