filepicker / filepicker-django

A django plugin to make integrating with Filepicker.io even easier
Other
93 stars 29 forks source link

Pop filepicker-specific kwargs in __init__ #7

Closed jonasvp closed 12 years ago

jonasvp commented 12 years ago

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().

brettcvz commented 12 years ago

LGTM