From d433b9864efbdf3c7feb56373cf88a802bf69fd0 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 30 Jan 2017 23:03:50 +0000 Subject: [PATCH] Updated some PLAN notes on Django 1.9 - Legacy-Id: 12755 --- PLAN | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PLAN b/PLAN index 9695593c0..de60ca2ea 100644 --- a/PLAN +++ b/PLAN @@ -124,9 +124,8 @@ Notes + New on_commit() hook, for post-commit actions, for instance sending email + Password validation option with pluggable validators - + New admin style + Running tests in parallel - + TIME_ZONE setting lets us set USE_TZ = True without converting time fields + DateTimeFields can be queried with date - Permission mixins for class-based views + - New admin style