Defaults for FieldFIeld
It would be nice if we could provide a default argument to a FileField. During application development, I am finding myself constantly uploading my test input files to test new features. It would save me some time if there was an easy way to automate this during development.
Current workarounds
It is possible to write some logic which reads the test files if they are not provided as a parameter.