Changes between Version 120 and Version 121 of VersionOneFeatures


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

--

Legend:

Unmodified
Added
Removed
Modified
  • VersionOneFeatures

    v120 v121  
    1616
    1717|| INSTALLED_APPS refactoring            || ''???''                      || ''???''          || not started    || #3591             ||
    18 || Model-level validation                || Honza Král                   || JKM              || started        || #6845             ||
    1918|| 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. ||
    2019|| De-cruftify template tag loading      || Øyvind Saltvik               || JKM              || needs feedback || #6587, #3349, ... ||
    2120|| Finish documentation refactoring      || ''???''                      || JKM              || needs work     ||                   ||
    22 || [#Commentsrefactor Comments refactor] ||  Thejaswi Puthraya           || ''???''          || in progress    || #1829, #1853, #2134, #2177, #2228, #3091, #3546, #4189 ||
     21|| [#Comments Comments refactor]        ||  Thejaswi Puthraya           || ''???''          || in progress    || #1829, #1853, #2134, #2177, #2228, #3091, #3546, #4189 ||
    2322
    2423== Finished ==
     
    3433=== "Maybe" features ===
    3534
    36 || '''Feature'''                     || '''Lieutenant'''        ||  '''Committer'''   || '''Ticket(s)''' || '''Commited in revision''' ||
     35|| '''Feature'''                     || '''Lieutenant'''        ||  '''Committer'''   || '''Ticket(s)''' || '''Commited in revision'''  ||
    3736
    38 || Large file uploads                || Mike Axiak              || JKM                || #2070           || [7814]                     ||
    39 || Many-to-many intermediates        || Eric Florenzano         || Russ               || #6095           || [8136]                     ||
    40 || GeoDjango                         || Justin Bronn            || Justin Bronn       || [query:status=closed&component=GIS&order=priority a lot]                                                                                                     || [8219]                     ||
    41 || Signal performance improvements   || Jeremy Dunck            || JKM                || #6814           || [8223]                     ||
    42 || File storage refactoring          || Marty Alchin            || JKM                || #5361           || [8244]                     ||
    43 || Middleware ordering               || ''???''                 || JKM                || #730            || [8260]                     ||
    44 || !GenericForeignKey support in nfa || ''???''                 || Brian Rosner       || #4667           || [8279]                     ||
     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]                      ||
    4544
    4645== Deferred Until Post-1.0  ==
     
    4847|| '''Feature'''                         || '''Lieutenant'''             ||  '''Committer''' || '''Ticket'''  ||
    4948
     49|| Model-level validation                || Honza Král                   || JKM              || #6845         ||
    5050|| Self-referencing fields in queries    || ''???''                      || Russ             || #7210         ||
    5151
     
    5858=== Comments ===
    5959
    60 See VersionOneRoadmap for details.
     60See [http://code.djangoproject.com/wiki/VersionOneRoadmap#on-comments VersionOneRoadmap] for details.
    6161
    6262=== Middleware ordering ===
    6363
    64 See Jacob´s comment on ~~[http://code.djangoproject.com/ticket/730#comment:34 #730]~~.
     64Resulted in a split up of the cache middleware. See Jacob´s comment on ~~[http://code.djangoproject.com/ticket/730#comment:34 #730]~~.
     65
     66=== Self-referencing fields in queries ===
     67See Russell´s comment on [http://code.djangoproject.com/ticket/7210#comment:8 #7210].
     68
     69=== Model-level validation ===
     70Would 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