Changes between Version 121 and Version 122 of VersionOneFeatures
- Timestamp:
- Aug 10, 2008, 6:49:47 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VersionOneFeatures
v121 v122 15 15 || '''Feature''' || '''Lieutenant''' || '''Committer''' || '''Status''' || '''Tickets''' || 16 16 17 || INSTALLED_APPS refactoring || ''???'' || ''???'' || not started || #3591 ||18 17 || Fix alternative Python VM bugs || Maciej Fijalkowski(pypy), Leo Soto(jython)|| JKM || ''???'' || #7560, #7441, #7303, #7339, #7727, #7728, #7751. Reopen #6857, unless #6814 will be commited. || 19 18 || De-cruftify template tag loading || Øyvind Saltvik || JKM || needs feedback || #6587, #3349, ... || 20 || Finish documentation refactoring || ''???'' || JKM || needs work || || 21 || [#Comments Comments refactor] || Thejaswi Puthraya || ''???'' || in progress || #1829, #1853, #2134, #2177, #2228, #3091, #3546, #4189 || 19 || Finish documentation refactoring || ''???'' || JKM || needs work || || 22 20 23 21 == Finished == … … 33 31 === "Maybe" features === 34 32 35 || '''Feature''' || '''Lieutenant''' || '''Committer''' || '''Ticket(s)''' || '''Commited in revision''' ||33 || '''Feature''' || '''Lieutenant''' || '''Committer''' || '''Ticket(s)''' || '''Commited in revision''' || 36 34 37 || Large file uploads || Mike Axiak || JKM || #2070 || [7814] ||38 || Many-to-many intermediates || Eric Florenzano || Russ || #6095 || [8136] ||39 || GeoDjango || Justin Bronn || Justin Bronn || [query:status=closed&component=GIS&order=priority a lot] || [8219] ||40 || Signal performance improvements || Jeremy Dunck || JKM || #6814 || [8223] ||41 || File storage refactoring || Marty Alchin || JKM|| #5361 || [8244] ||42 || Middleware ordering || ''???'' || JKM || #730 || [8260] (See comments below) ||43 || !GenericForeignKey support in nfa || ''???'' || Brian Rosner || #4667 || [8279] ||35 || Large file uploads || Mike Axiak || JKM || #2070 || [7814] || 36 || Many-to-many intermediates || Eric Florenzano || Russ || #6095 || [8136] || 37 || GeoDjango || Justin Bronn || Justin Bronn || [query:status=closed&component=GIS&order=priority a lot] || [8219] || 38 || Signal performance improvements || Jeremy Dunck || JKM || #6814 || [8223] || 39 || [VersionOneRoadmap#on-file-storage File storage refactoring] || Marty Alchin || JKM || #5361 || [8244] || 40 || Middleware ordering || ''???'' || JKM || #730 || [8260] (See comments below) || 41 || !GenericForeignKey support in nfa || ''???'' || Brian Rosner || #4667 || [8279] || 44 42 45 43 == Deferred Until Post-1.0 == … … 47 45 || '''Feature''' || '''Lieutenant''' || '''Committer''' || '''Ticket''' || 48 46 47 || [VersionOneRoadmap#on-comments Comments refactor]|| Thejaswi Puthraya|| ''???'' || #1829, #1853, #2134, #2177, #2228, #3091, #3546, #4189] 48 || INSTALLED_APPS refactoring || ''???'' || ''???'' || #3591 || 49 49 || Model-level validation || Honza Král || JKM || #6845 || 50 50 || Self-referencing fields in queries || ''???'' || Russ || #7210 || … … 56 56 * DjangoAndJython 57 57 58 === Comments ===59 60 See [http://code.djangoproject.com/wiki/VersionOneRoadmap#on-comments VersionOneRoadmap] for details.61 62 58 === Middleware ordering === 63 59 64 60 Resulted in a split up of the cache middleware. See Jacob´s comment on ~~[http://code.djangoproject.com/ticket/730#comment:34 #730]~~. 65 61 62 === Comments === 63 64 Deffered: [http://code.djangoproject.com/ticket/1853#comment:6 #1853]. 65 66 === INSTALLED_APPS refactoring === 67 68 Deffered as well: [http://code.djangoproject.com/ticket/3591#comment:48 #3591] 69 66 70 === Self-referencing fields in queries === 71 67 72 See Russell´s comment on [http://code.djangoproject.com/ticket/7210#comment:8 #7210]. 68 73 69 74 === Model-level validation === 75 70 76 Would delay the scheduled release date. See the discussion on [http://groups.google.com/group/django-developers/browse_thread/thread/d534c45a06b32e67 Google Groups].