Show HN: Normalized File Field for Django

https://news.ycombinator.com/item?id=10965480
by frnhr • 11 years ago
2 1 11 years ago

I'm tired of having to treat FileField in forms in a special way. And it's very tricky to get it to behave nicely, with all combinations of form validation and the "Clear" checkbox...

So I made an app that takes care of it: https://github.com/frnhr/django-normalized-filefield

It is still somewhat in the "proof of concept" phase, but usable IMO.

Any thoughts on what the ideal file input should behave like?

Related Stories

Loading related stories...

Source preview

news.ycombinator.com