filepicker / filepicker-django

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

Security features closes #24 and deduplication closes #23 #26

Closed btbonval closed 10 years ago

btbonval commented 10 years ago

The tickets #23 and #24 should largely explain what is going on in these commits.

btbonval commented 10 years ago

The bug in #25 is now part of forms.FPFileField.to_python because of the deduplication. So it might be good to hold back on this pull request until #25 is resolved.

brettcvz commented 10 years ago

I like it, looks good to me. Thanks for the cleanup