Updated some PLAN notes on Django 1.9
- Legacy-Id: 12755
This commit is contained in:
parent
15f1181c86
commit
d433b9864e
3
PLAN
3
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue