Changes between Version 7 and Version 8 of VersionOneRoadmap


Ignore:
Timestamp:
Jun 25, 2008, 10:12:26 AM (16 years ago)
Author:
Gary Wilson
Comment:

added table of contents and note about how we are setting ticket milestones

Legend:

Unmodified
Added
Removed
Modified
  • VersionOneRoadmap

    v7 v8  
    88This document details the schedule and roadmap towards Django 1.0. All the details are below, but here's the executive summary:
    99
    10     * Django 1.0 will be released in `early September`__
     10    * Django 1.0 will be released in `early September`__.
    1111   
    1212    * To meet that deadline, Django 1.0 has a minimal set of `must-have
     
    2323   
    2424__ `dates`_
     25
     26.. contents:: Table of Contents
    2527
    2628What will be in 1.0?
     
    5961   Nothing in Django 1.0 should rely on the deprecated ``oldforms`` package.
    6062   We'll need to replace ``oldforms`` usage in generic views, and in
    61    ``django.contrib.auth``
     63   ``django.contrib.auth``.
    6264   
    6365   ``django.contrib.comments`` still uses ``oldforms`` as well, but
     
    246248      process.
    247249     
    248     * Work from the list above.
     250    * Work on features from the list above.
    249251   
    250252      Get in touch with the lieutenant/committer for the feature you'd like
     
    262264      release. Lots of work gets done at sprints, and there's usually someone
    263265      around willing to help new developers get started.
    264      
     266
     267    * Organize tickets.
     268
     269       * `Must-have feature`__ bugs go in the "1.0 alpha" milestone. These basically
     270         should be all nfa-blocker tickets. **Bugs** in the must-have features
     271         are **not** to be part of this milestone; they can be fixed after the
     272         alpha and should be put in the "1.0" milestone.
     273
     274       * Any **feature** tickets related to the `maybe list`__ get put in the "1.0 beta"
     275         milestone.
     276
     277       * Any remaining **bugs** go in the "1.0" milestone.
     278
    265279    * Test the release snapshots (alphas, betas) against your code and report
    266280      bugs.
     
    270284     
    271285__ http://www.djangoproject.com/documentation/contributing/
     286__ `Must-have features`_
     287__ `"Maybe" features`_
    272288
    273289Notes and miscellany
Back to Top