Changes between Version 121 and Version 122 of VersionOneFeatures


Ignore:
Timestamp:
Aug 10, 2008, 6:49:47 PM (16 years ago)
Author:
Mr. NiceGuy
Comment:

INSTALLED_APPS & comments refactoring have been deffered until post-1.0

Legend:

Unmodified
Added
Removed
Modified
  • VersionOneFeatures

    v121 v122  
    1515|| '''Feature'''                         || '''Lieutenant'''             ||  '''Committer''' || '''Status'''   || '''Tickets'''     ||
    1616
    17 || INSTALLED_APPS refactoring            || ''???''                      || ''???''          || not started    || #3591             ||
    1817|| Fix alternative Python VM bugs        || Maciej Fijalkowski(pypy), Leo Soto(jython)|| JKM || ''???''        || #7560, #7441, #7303, #7339, #7727, #7728, #7751. Reopen #6857, unless #6814 will be commited. ||
    1918|| De-cruftify template tag loading      || Øyvind Saltvik               || JKM              || needs feedback || #6587, #3349, ... ||
    20 || Finish documentation refactoring      || ''???''                      || JKM              || needs work     ||                   ||
    21 || [#Comments Comments refactor]         ||  Thejaswi Puthraya           || ''???''          || in progress    || #1829, #1853, #2134, #2177, #2228, #3091, #3546, #4189 ||
     19|| Finish documentation refactoring      || ''???''                      || JKM              || needs work     ||                   ||
    2220
    2321== Finished ==
     
    3331=== "Maybe" features ===
    3432
    35 || '''Feature'''                     || '''Lieutenant'''        ||  '''Committer'''   || '''Ticket(s)''' || '''Commited in revision'''  ||
     33|| '''Feature'''                     || '''Lieutenant'''        ||  '''Committer'''    || '''Ticket(s)''' || '''Commited in revision'''  ||
    3634
    37 || Large file uploads                || Mike Axiak              || JKM                || #2070           || [7814]                      ||
    38 || Many-to-many intermediates        || Eric Florenzano         || Russ               || #6095           || [8136]                      ||
    39 || GeoDjango                         || Justin Bronn            || Justin Bronn       || [query:status=closed&component=GIS&order=priority a lot]                                                                                                     || [8219]                      ||
    40 || Signal performance improvements   || Jeremy Dunck            || JKM                || #6814           || [8223]                      ||
    41 || File storage refactoring          || Marty Alchin            || JKM                || #5361           || [8244]                      ||
    42 || Middleware ordering               || ''???''                 || JKM                || #730            || [8260] (See comments below) ||
    43 || !GenericForeignKey support in nfa || ''???''                 || Brian Rosner       || #4667           || [8279]                      ||
     35|| Large file uploads                || Mike Axiak              || JKM                 || #2070           || [7814]                      ||
     36|| 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]                      ||
     38|| Signal performance improvements   || Jeremy Dunck            || JKM                 || #6814           || [8223]                      ||
     39|| [VersionOneRoadmap#on-file-storage File storage refactoring] || Marty Alchin || JKM || #5361           || [8244]                      ||
     40|| Middleware ordering               || ''???''                 || JKM                 || #730            || [8260] (See comments below) ||
     41|| !GenericForeignKey support in nfa || ''???''                 || Brian Rosner        || #4667           || [8279]                      ||
    4442
    4543== Deferred Until Post-1.0  ==
     
    4745|| '''Feature'''                         || '''Lieutenant'''             ||  '''Committer''' || '''Ticket'''  ||
    4846
     47|| [VersionOneRoadmap#on-comments Comments refactor]||  Thejaswi Puthraya|| ''???''          || #1829, #1853, #2134, #2177, #2228, #3091, #3546, #4189]
     48|| INSTALLED_APPS refactoring            || ''???''                      || ''???''          || #3591         ||
    4949|| Model-level validation                || Honza Král                   || JKM              || #6845         ||
    5050|| Self-referencing fields in queries    || ''???''                      || Russ             || #7210         ||
     
    5656 * DjangoAndJython
    5757
    58 === Comments ===
    59 
    60 See [http://code.djangoproject.com/wiki/VersionOneRoadmap#on-comments VersionOneRoadmap] for details.
    61 
    6258=== Middleware ordering ===
    6359
    6460Resulted in a split up of the cache middleware. See Jacob´s comment on ~~[http://code.djangoproject.com/ticket/730#comment:34 #730]~~.
    6561
     62=== Comments ===
     63
     64Deffered: [http://code.djangoproject.com/ticket/1853#comment:6 #1853].
     65
     66=== INSTALLED_APPS refactoring ===
     67
     68Deffered as well: [http://code.djangoproject.com/ticket/3591#comment:48 #3591]
     69
    6670=== Self-referencing fields in queries ===
     71
    6772See Russell´s comment on [http://code.djangoproject.com/ticket/7210#comment:8 #7210].
    6873
    6974=== Model-level validation ===
     75
    7076Would delay the scheduled release date. See the discussion on [http://groups.google.com/group/django-developers/browse_thread/thread/d534c45a06b32e67 Google Groups].
Back to Top