Turns out my small thing from issue #5 is not that trivial... right now both form fields don't work at all because popping the filepicker-specific kwargs in FPFieldMixin.initialize() doesn't alter the kwargs in init().
This makes the parameters more explicit and deletes them from kwargs in init().
Turns out my small thing from issue #5 is not that trivial... right now both form fields don't work at all because popping the filepicker-specific kwargs in
FPFieldMixin.initialize()
doesn't alter the kwargs in init().This makes the parameters more explicit and deletes them from kwargs in init().