You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation on DateTimeField includes the format and input_format keyword arguments, but it is missing the default_timezone argument.
Normally users won't have to worry about this if they have USE_TZ set in the django app settings because DateTimeField.default_timezone handles everything for them, but thats not always the case. I think adding some documentation around it would be helpful for those individuals.