[Fixed]-Django custom DateField: to_python() to save two fields

1👍

This isn’t the way to do it. What you need is one field, but two widgets. You can use MultiValueField in conjunction with MultiWidget to achieve this.

Leave a comment