File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,3 +111,22 @@ Notes
111111 (or some other source, if a better is found). WorldOmeters has running counters,
112112 but ask for a lot of money for even one.
113113
114+ * Notable New Django Features in 1.8:
115+
116+ + New data types: UUIDField, DurationField
117+ + Query Expressions (enhanced expressivity, conditionals, database functions)
118+ + Improved TestCase fixture loading, additional .setUpTestData() method.
119+ - Support for alternative template engines
120+ - Security enhancements (request/response cycle middleware)
121+ - PostgreSQL-specific fields
122+
123+ * Notable New Django Features in 1.9:
124+
125+ + New on_commit() hook, for post-commit actions, for instance sending email
126+ + Password validation option with pluggable validators
127+ + New admin style
128+ + Running tests in parallel
129+ + TIME_ZONE setting lets us set USE_TZ = True without converting time fields
130+ + DateTimeFields can be queried with date
131+ - Permission mixins for class-based views
132+
You can’t perform that action at this time.
0 commit comments