Changes between Version 151 and Version 152 of Version1.1Features
- Timestamp:
- Mar 19, 2009, 6:02:26 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.1Features
v151 v152 32 32 || ''Contrib-07'' || Implement Atom Publishing Protocol || James Tauber || JKM || #3569 || || 33 33 || ''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] || 35 35 || ''ORM-15'' || Day-of-week filter for date/datetime fields || Ross Poulton || Karen || #7672 || [9818] || 36 36 || ''ORM-17'' || {% default %} clause for {% for %} loops || Jannis Leidel || JKM || #6398 || [9530] || … … 113 113 * 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]. 114 114 * #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] 116 116 * #7980 117 117 * #9015