Changes between Version 140 and Version 141 of Version1.1Features


Ignore:
Timestamp:
Feb 19, 2009, 5:20:00 PM (15 years ago)
Author:
Bryan Veloso
Comment:

All other "must-haves" will be moved to "maybes." ~ JKM

Legend:

Unmodified
Added
Removed
Modified
  • Version1.1Features

    v140 v141  
    88
    99|| '''Code'''     || '''Feature'''                                  || '''Implementor''' || '''Committer''' || '''Ticket(s)''' || '''Commit rev.''' ||
    10 || ''Admin-01''   || Bulk-edit on changelist pages.                 || JKM + Wilson/Alex Gaynor      || JKM             ||       || ||
    11 || ''Admin-02''   || Integrate django-batchadmin                    || Brian Beck        || JKM             ||       || ||
    1210|| ''Admin-03''   || Make the admin use a url resolver              || Alex Gaynor       || Brian           || #6470 || [9739] ||
    13 || ''Admin-08''   || Make filters in admin changelists persistent   || ???               || Brian           || #6903 || ||
    1411|| ''Contrib-05'' || Message Passing For Anonymous Users            || ???               || Malcolm         || #4604 || N/A [http://groups.google.com/group/django-developers/browse_thread/thread/1ad495e30f946b2c/f6501a9e2a66e1d0?hl=en moved] to 1.2 ||
    1512|| ''Contrib-12'' || Cached DB session backend                      || Jeremy Dunck      || JKM             || #6791 || [9727] ||
     
    1714|| ''ORM-03''     || Model validation.                              || Honza Kral        || (multiple)      || #6845 || N/A [http://groups.google.com/group/django-developers/browse_thread/thread/12d5c6616feb229b moved] to 1.2||
    1815|| ''ORM-06''     || Expression support in `QuerySet.update()`      || ???               || Malcolm/Russ    || #7210 || [9792] ||
    19 || ''ORM-14''     || `QuerySet.defer()`/`QuerySet.fields()`         || Malcolm           || JKM/Malcolm     || #5420 || ||
    2016|| ''Test-03''    || Run Django test cases inside a transaction     || Marc Remolt       || Karen           || #8138 || [9756] ||
    21 || ''View-01''    || Class-based generic views                      || Marc Fargas       || JKM             || #6735 || ||
    2217
    2318== "Maybe" features ==
     
    2621
    2722|| '''Code'''      || '''Feature'''                                 || '''Implementor''' || '''Committer''' || '''Ticket(s)''' || '''Commit rev.''' ||
     23|| ''Admin-01''    || Bulk-edit on changelist pages.                || JKM + Wilson/Alex Gaynor      || JKM             ||       || ||
     24|| ''Admin-02''    || Integrate django-batchadmin                   || Brian Beck        || JKM             ||       || ||
     25|| ''Admin-08''    || Make filters in admin changelists persistent  || ???               || Brian           || #6903 || ||
    2826|| ''Admin-05''    || `ModelAdmin` overriding of FK/M2M options     || JKM et al         || JKM             || #3987        || [9760] ||
    2927|| ''Admin-06''    || Read-only form fields                         || ???               || Karen           || ???          || ||
     
    3432|| ''Contrib-07''  || Implement Atom Publishing Protocol            || James Tauber      || JKM             || #3569        || ||
    3533|| ''Contrib-11''  || Signed cookies                                || Marty Alchin      || JKM             || http://code.google.com/p/django-signedcookies || ||
     34|| ''ORM-14''      || `QuerySet.defer()`/`QuerySet.fields()`        || Malcolm           || JKM/Malcolm     || #5420 || ||
    3635|| ''ORM-15''      ||  Day-of-week filter for date/datetime fields  || Ross Poulton      || Karen           || #7672        || [9818] ||
    3736|| ''ORM-17''      ||  {% default %} clause for {% for %} loops     || Jannis Leidel     || JKM             || #6398        || [9530] ||
     
    4039|| ''Test-01''     ||  Follow redirect chains on the Test Client    || Marc Fargas       || Russ            || #4476        || ||
    4140|| ''Test-02''     ||  Disable all e-mail sending for debugging     || ???               || Russ            || #8638        || [9793] ||
     41|| ''View-01''     || Class-based generic views                     || Marc Fargas       || JKM             || #6735 || ||
    4242|| ''View-03''     || `wsgi.file_wrapper` for large file serving    || ???               || JKM             || #2131, #7894, #7581, PEP333 || ||
    4343
Back to Top