Changes between Version 151 and Version 152 of Version1.1Features


Ignore:
Timestamp:
Mar 19, 2009, 6:02:26 AM (15 years ago)
Author:
Ramiro Morales
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Version1.1Features

    v151 v152  
    3232|| ''Contrib-07''  || Implement Atom Publishing Protocol            || James Tauber      || JKM             || #3569        || ||
    3333|| ''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 || ||
     34|| ''ORM-14''      || `QuerySet.defer()`/`QuerySet.fields()`        || Malcolm           || JKM/Malcolm     || #5420 || [10090] ||
    3535|| ''ORM-15''      ||  Day-of-week filter for date/datetime fields  || Ross Poulton      || Karen           || #7672        || [9818] ||
    3636|| ''ORM-17''      ||  {% default %} clause for {% for %} loops     || Jannis Leidel     || JKM             || #6398        || [9530] ||
     
    113113  * Fix missing proxies throughout django.core.files.* -- See: tickets #9344 and #9404, and also [http://groups.google.com/group/django-developers/browse_thread/thread/4e561161080ae2dc on the dev-list].
    114114  * #5245
    115   * [http://groups.google.com/group/django-developers/browse_thread/thread/d27261561bc36d96 Avoid double imports] (see [ticket:8193])
     115  * [http://groups.google.com/group/django-developers/browse_thread/thread/d27261561bc36d96 Avoid double imports] (see [ticket:8193]) -- fixed as part of the 1.1 development cycle in [10088]
    116116  * #7980
    117117  * #9015
Back to Top