From ee471312cfcd846e453b7530cd049bbced998489 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Sat, 3 Jan 2015 13:45:26 -0500 Subject: [PATCH] Adding model_timezone and view_timezone upgrade notes But this is still a incomplete imo, because this is a BC break, and I haven't included any details on how to work around the now-gone options. --- UPGRADE-2.6.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/UPGRADE-2.6.md b/UPGRADE-2.6.md index 2339eea368aa..ce995b6d7b8f 100644 --- a/UPGRADE-2.6.md +++ b/UPGRADE-2.6.md @@ -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