Changes between Version 129 and Version 130 of Version1.1Features
- Timestamp:
- Jan 16, 2009, 3:59:38 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.1Features
v129 v130 16 16 || ''ORM-01'' || ORM aggregation || Nicolas Lara || Russ || #3566 || [9742] || 17 17 || ''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 || || 20 20 || ''Test-03'' || Run Django test cases inside a transaction || ??? || Russ || #8138 || [9756] || 21 21 || ''View-01'' || Class-based generic views || Marc Fargas || JKM || #6735 || || … … 26 26 27 27 || '''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] || 29 29 || ''Admin-06'' || Read-only form fields || ??? || Karen || ??? || || 30 || ''Admin-07'' || Custom FilterSpecs|| ??? || James/JKM || #5833 || ||30 || ''Admin-07'' || Custom `FilterSpecs` || ??? || James/JKM || #5833 || || 31 31 || ''Contrib-02'' || Customizability of contrib.comments || Carl Meyer || JKM || #8630, #9562 || || 32 32 || ''Contrib-03'' || Roll in comment-utils || ??? || JKM || #9282 || || … … 42 42 || ''View-03'' || `wsgi.file_wrapper` for large file serving || ??? || JKM || #2131, #7894, #7581, PEP333 || || 43 43 44 45 46 44 47 Second priority: 45 48 … … 49 52 || ''Form-02'' || Forms with built-in CSRF protection || ??? || ??? || #7167 || || 50 53 || ''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 || || 53 56 || ''ORM-12'' || Allow the use of property() in fields. || ??? || ??? || #7338 || || 54 57 || ''ORM-13'' || Support for DISTINCT ON queries || ??? || Malcolm || #6422 || ||