Your browser doesn't support the features required by impress.js, so you are presented with a simplified version of this presentation.

For the best experience please use the latest Chrome or Safari browser. Firefox 10 and Internet Explorer 10 should also handle it.

What's Coming in

Django 1.4

by Matthew Makai
Excella Consulting
Talk given to Django District on Feb. 21, 2012

What's Incompatible?

  • Python 2.4
  • "postgresql" type and PostgresSQL before 8.2

What's New?

  • ORM bulk create
  • Better WSGI support
  • Time zone support
  • In browser testing frameworks
What's

Incompatible?

Python 2.4

PostgreSQL support

What's

New?

ORM bulk create

  BlogPost.objects.bulk_create([
BlogPost(title="Django 1.4 presentation"),
BlogPost(title="Hello, Django District")
BlogPost(title="First post!"),
])

Better WSGI support

Time zone support

    USE_TZ = True
    

In browser testing

Other Highlights

More Resources

Thank you!