Changes between Version 129 and Version 130 of Version1.1Features


Ignore:
Timestamp:
Jan 16, 2009, 3:59:38 PM (16 years ago)
Author:
Stein Magnus Jodal
Comment:

Escape CamelCase words which are not wiki links.

Legend:

Unmodified
Added
Removed
Modified
  • Version1.1Features

    v129 v130  
    1616|| ''ORM-01''     || ORM aggregation                                || Nicolas Lara      || Russ            || #3566 || [9742] ||
    1717|| ''ORM-03''     || Model validation.                              || Honza Kral        || (multiple)      || #6845 || ||
    18 || ''ORM-06''     || Expression support in QuerySet.update()        || ???               || Malcolm/Russ    || #7210 || ||
    19 || ''ORM-14''     || `QuerySet.defer()`/`QuerySet.fields()`         || Malcolm               || JKM/Malcolm             || #5420 || ||
     18|| ''ORM-06''     || Expression support in `QuerySet.update()`      || ???               || Malcolm/Russ    || #7210 || ||
     19|| ''ORM-14''     || `QuerySet.defer()`/`QuerySet.fields()`         || Malcolm           || JKM/Malcolm     || #5420 || ||
    2020|| ''Test-03''    || Run Django test cases inside a transaction     || ???               || Russ            || #8138 || [9756] ||
    2121|| ''View-01''    || Class-based generic views                      || Marc Fargas       || JKM             || #6735 || ||
     
    2626
    2727|| '''Code'''      || '''Feature'''                                 || '''Implementor''' || '''Committer''' || '''Ticket(s)''' || '''Commit rev.''' ||
    28 || ''Admin-05''    || ModelAdmin overriding of FK/M2M options       || JKM et al         || JKM             || #3987        || [9760] ||
     28|| ''Admin-05''    || `ModelAdmin` overriding of FK/M2M options     || JKM et al         || JKM             || #3987        || [9760] ||
    2929|| ''Admin-06''    || Read-only form fields                         || ???               || Karen           || ???          || ||
    30 || ''Admin-07''    || Custom FilterSpecs                            || ???               || James/JKM       || #5833        || ||
     30|| ''Admin-07''    || Custom `FilterSpecs`                          || ???               || James/JKM       || #5833        || ||
    3131|| ''Contrib-02''  || Customizability of contrib.comments           || Carl Meyer        || JKM             || #8630, #9562 || ||
    3232|| ''Contrib-03''  || Roll in comment-utils                         || ???               || JKM             || #9282        || ||
     
    4242|| ''View-03''     || `wsgi.file_wrapper` for large file serving    || ???               || JKM             || #2131, #7894, #7581, PEP333 || ||
    4343
     44
     45
     46
    4447Second priority:
    4548
     
    4952|| ''Form-02''      || Forms with built-in CSRF protection          || ???                   || ???             || #7167 || ||
    5053|| ''ORM-09''       || Manager.update_or_create() and Model.update()|| ???                   || ???             || #3182 || ||
    51 || ''ORM-10''       || QuerySet.select_for_update() method.         || ???                   || ???             || #2705 || ||
    52 || ''ORM-11''       || QuerySet.cache() method.                     || ???                   || ???             || #7338 || ||
     54|| ''ORM-10''       || `QuerySet.select_for_update()` method.       || ???                   || ???             || #2705 || ||
     55|| ''ORM-11''       || `QuerySet.cache()` method.                   || ???                   || ???             || #7338 || ||
    5356|| ''ORM-12''       || Allow the use of property() in fields.       || ???                   || ???             || #7338 || ||
    5457|| ''ORM-13''       || Support for DISTINCT ON queries              || ???                   || Malcolm             || #6422 || ||
Back to Top