Jacob Rief

Results 514 comments of Jacob Rief

Okay. I will change this in the code, maybe adding a flag for explicitly enabling this. Please wait until version 2.2 or 2.3 until it will be implemented.

Thanks for the example, I will add it to the demos. I had some trouble myself with activator/buttons named "submit" and/or "reset". Apparently browsers treat buttons with that name in...

This unfortunately is true, but the upcoming version of django-filer will support this common feature request. There you can add a special file field to any of your Django forms....

if this doesn't hurt performance, it certainly would be a better solution. What about using `@cached_property`?