When using this form will fields pre-filled in... i.e. as an edit/update form.... then django sets the "value" of the date field to a localized value, which then does not work with the datepicker. So I changed the template to turn it off only when it is setting the value parameter or whatever it is called... see the changed lines where localize off was tagged in.
When using this form will fields pre-filled in... i.e. as an edit/update form.... then django sets the "value" of the date field to a localized value, which then does not work with the datepicker. So I changed the template to turn it off only when it is setting the value parameter or whatever it is called... see the changed lines where localize off was tagged in.