Some form widgets, namely DateInput and DateTimeInput, check data
change using a pre-set format to know if the data on the field was
change.

Today many front end developers dynamically change the format for
those types of input (and other localizations) on the client side
after the form is rendered since the browser itself support that.

Is they a way around it today in Django, or do we need to develop a
more dynamic format conversation?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to