Skip to content

Commit 15f1181

Browse files
committed
Added notes on features of the new django releases we might want to put to use.
- Legacy-Id: 12749
1 parent ccfbde8 commit 15f1181

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

PLAN

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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+

0 commit comments

Comments
 (0)