Dr. Russell Keith-Magee: Django 1.6 and beyond: The Django Roadmap
1. Django 1.6 and beyond:
The Django Roadmap
Dr Russell Keith-Magee
PyCon Russia 2013
3. How far have we come?
• First public release: July 2005
• Django 1.0: September 2008
• Django 1.1: July 2009
• Django 1.2: May 2010
• Django 1.3: March 2011
• Django 1.4: March 2012
4. Django 1.5: For certain
• Custom User models
• Python 3 support
• Streaming responses
• New tutorials, improved docs
6. Custom User Models:
A case study
• ~2005: Proposed
• Nov 2006: Ticket #3011 opened
• Jan 2012: Summary Wiki page
• Apr 2012: BDFL decision
• Apr 2012: A different BDFL decision
• Sep 2012: Committed