Changes between Version 124 and Version 125 of VersionOneFeatures


Ignore:
Timestamp:
Aug 15, 2008, 6:28:51 AM (16 years ago)
Author:
Mr. NiceGuy
Comment:

Updated to reflect the current status

Legend:

Unmodified
Added
Removed
Modified
  • VersionOneFeatures

    v124 v125  
    77=== Must-have features ===
    88
    9 || '''Feature'''                    || '''Lieutenant'''             ||  '''Committer''' || '''Status'''                          || '''Tickets''' ||
     9|| '''Feature'''                    || '''Lieutenant'''             ||  '''Committer''' || '''Status'''                          || '''Ticket''' ||
    1010
    11 || oldforms -> newforms             || Brian Rosner                 || JKM              || in trunk; some cleanup still required || #3639, #7830 ... ||
     11|| oldforms -> newforms             || Brian Rosner                 || JKM              || in trunk; some cleanup still required || #7742        ||
    1212
    1313=== "Maybe" features ===
     
    1515|| '''Feature'''                         || '''Lieutenant'''             ||  '''Committer''' || '''Status'''   || '''Tickets'''     ||
    1616
    17 || Fix alternative Python VM bugs        || Maciej Fijalkowski(pypy), Leo Soto(jython)|| JKM || Jython: All outstanding issues resolved. || #7560, #7441, #7303, #7339, #7727, #7728, #7751. Reopen #6857, unless #6814 will be commited. ||
    18 || De-cruftify template tag loading      || Øyvind Saltvik               || JKM              || needs feedback || #6587, #3349, ... ||
     17|| Fix alternative Python VM bugs        || Maciej Fijalkowski(pypy), Leo Soto(jython)|| JKM || [DjangoAndJython Jython]: All outstanding issues resolved. It also seems that there are no more [DjangoAndPyPy PyPy] issues left.                               || #7560, #7441, #7303, #7339, #7727, #7728, #7751. Reopen #6857, unless #6814 will be commited. ||
    1918|| Finish documentation refactoring      || ''???''                      || JKM              || needs work     ||                   ||
    2019
     
    2625|| '''Feature'''   || '''Lieutenant'''              || '''Committer''' || '''Ticket(s)'''  || '''Commited in revision''' ||
    2726
    28 || newforms-admin  || Brian Rosner & Karen Tracey   || Joseph          || [query:status=new|assigned|reopened|closed&version=newforms-admin see report, still bugs to kill]                                                                || [7967]                     ||
     27|| newforms-admin  || Brian Rosner & Karen Tracey   || Joseph          || [http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&component=Admin+interface&milestone=!post-1.0&order=status see report, still bugs to kill]                                                                                      || [7967]                     ||
    2928|| WSGI compliance || Malcolm                       || Malcolm         || #285             || [8015]                     ||
    3029
     
    3534|| Large file uploads                || Mike Axiak              || JKM                 || #2070           || [7814]                      ||
    3635|| Many-to-many intermediates        || Eric Florenzano         || Russ                || #6095           || [8136]                      ||
    37 || GeoDjango                         || Justin Bronn            || Justin Bronn        || [query:status=closed&component=GIS&order=priority a lot]                                                                                                     || [8219]                      ||
     36|| GeoDjango                         || Justin Bronn            || Justin Bronn        || [query:status=closed&component=GIS&order=priority a lot]                                                                                                      || [8219]                      ||
    3837|| Signal performance improvements   || Jeremy Dunck            || JKM                 || #6814           || [8223]                      ||
    3938|| [VersionOneRoadmap#on-file-storage File storage refactoring] || Marty Alchin || JKM || #5361           || [8244]                      ||
     
    4342== Deferred Until Post-1.0  ==
    4443
    45 || '''Feature'''                         || '''Lieutenant'''             ||  '''Committer''' || '''Ticket'''  ||
     44|| '''Feature'''                         || '''Lieutenant'''             ||  '''Committer''' || '''Tickets'''     ||
    4645
    47 || [VersionOneRoadmap#on-comments Comments refactor]||  Thejaswi Puthraya|| ''???''          || #1829, #1853, #2134, #2177, #2228, #3091, #3546, #4189]
    48 || INSTALLED_APPS refactoring            || ''???''                      || ''???''          || #3591         ||
    49 || Model-level validation                || Honza Král                   || JKM              || #6845         ||
    50 || Self-referencing fields in queries    || ''???''                      || Russ             || #7210         ||
     46|| [VersionOneRoadmap#on-comments Comments refactor]|| Thejaswi Puthraya || ''???''          || #1829, #1853, #2134, #2177, #2228, #3091, #3546, #4189 ||
     47|| INSTALLED_APPS refactoring            || ''???''                      || ''???''          || #3591            ||
     48|| De-cruftify template tag loading      || Øyvind Saltvik               || JKM              || #6587, #3349 ... ||
     49|| Model-level validation                || Honza Král                   || JKM              || #6845            ||
     50|| Self-referencing fields in queries    || ''???''                      || Russ             || #7210            ||
     51
    5152
    5253== Comments about Specific Features ==
    5354
    54 Alternative Python VMs
     55=== Alternative Python VMs ===
     56
    5557 * DjangoAndPyPy
    5658 * DjangoAndJython
     
    6466Deffered: [http://code.djangoproject.com/ticket/1853#comment:6 #1853].
    6567
    66 
    6768=== INSTALLED_APPS refactoring ===
    6869
    6970Deffered as well: [http://code.djangoproject.com/ticket/3591#comment:48 #3591]
    7071
    71 === Self-referencing fields in queries ===
     72=== De-cruftify template tag loading ===
    7273
    73 See Russell´s comment on [http://code.djangoproject.com/ticket/7210#comment:8 #7210].
     74Didn´t make it into 1.0 beta 1 and has been deffered until post-1.0.
    7475
    7576=== Model-level validation ===
    7677
    7778Would delay the scheduled release date. See the discussion on [http://groups.google.com/group/django-developers/browse_thread/thread/d534c45a06b32e67 Google Groups].
     79
     80=== Self-referencing fields in queries ===
     81
     82See Russell´s comment on [http://code.djangoproject.com/ticket/7210#comment:8 #7210].
Back to Top