Skip to content

[WIP][2.6] Adding model_timezone and view_timezone upgrade notes #13224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions UPGRADE-2.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ Known Backwards-Compatibility Breaks
* If you use the `PdoSessionHandler`, the session table now has a different
schema and must be modified. Look below for more details.

* The `model_timezone` and `view_timezone` options were dropped from certain
date form fields. See below for details.

Form
----

* The `model_timezone` and `view_timezone` options were dropped from the
`date` and `time` form field types (as well as any others that use these,
like `birthday`).

* The "empty_value" option in the types "choice", "date", "datetime" and "time"
was deprecated and replaced by a new option "placeholder". You should use
the option "placeholder" together with the view variables "placeholder" and
Expand Down