Changes between Version 124 and Version 125 of VersionOneFeatures
- Timestamp:
- Aug 15, 2008, 6:28:51 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VersionOneFeatures
v124 v125 7 7 === Must-have features === 8 8 9 || '''Feature''' || '''Lieutenant''' || '''Committer''' || '''Status''' || '''Ticket s''' ||9 || '''Feature''' || '''Lieutenant''' || '''Committer''' || '''Status''' || '''Ticket''' || 10 10 11 || oldforms -> newforms || Brian Rosner || JKM || in trunk; some cleanup still required || # 3639, #7830 ...||11 || oldforms -> newforms || Brian Rosner || JKM || in trunk; some cleanup still required || #7742 || 12 12 13 13 === "Maybe" features === … … 15 15 || '''Feature''' || '''Lieutenant''' || '''Committer''' || '''Status''' || '''Tickets''' || 16 16 17 || Fix alternative Python VM bugs || Maciej Fijalkowski(pypy), Leo Soto(jython)|| JKM || Jython: All outstanding issues resolved. || #7560, #7441, #7303, #7339, #7727, #7728, #7751. Reopen #6857, unless #6814 will be commited. || 18 || De-cruftify template tag loading || Øyvind Saltvik || JKM || needs feedback || #6587, #3349, ... || 17 || Fix alternative Python VM bugs || Maciej Fijalkowski(pypy), Leo Soto(jython)|| JKM || [DjangoAndJython Jython]: All outstanding issues resolved. It also seems that there are no more [DjangoAndPyPy PyPy] issues left. || #7560, #7441, #7303, #7339, #7727, #7728, #7751. Reopen #6857, unless #6814 will be commited. || 19 18 || Finish documentation refactoring || ''???'' || JKM || needs work || || 20 19 … … 26 25 || '''Feature''' || '''Lieutenant''' || '''Committer''' || '''Ticket(s)''' || '''Commited in revision''' || 27 26 28 || newforms-admin || Brian Rosner & Karen Tracey || Joseph || [ query:status=new|assigned|reopened|closed&version=newforms-admin see report, still bugs to kill]|| [7967] ||27 || newforms-admin || Brian Rosner & Karen Tracey || Joseph || [http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&component=Admin+interface&milestone=!post-1.0&order=status see report, still bugs to kill] || [7967] || 29 28 || WSGI compliance || Malcolm || Malcolm || #285 || [8015] || 30 29 … … 35 34 || Large file uploads || Mike Axiak || JKM || #2070 || [7814] || 36 35 || 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] ||36 || GeoDjango || Justin Bronn || Justin Bronn || [query:status=closed&component=GIS&order=priority a lot] || [8219] || 38 37 || Signal performance improvements || Jeremy Dunck || JKM || #6814 || [8223] || 39 38 || [VersionOneRoadmap#on-file-storage File storage refactoring] || Marty Alchin || JKM || #5361 || [8244] || … … 43 42 == Deferred Until Post-1.0 == 44 43 45 || '''Feature''' || '''Lieutenant''' || '''Committer''' || '''Ticket '''||44 || '''Feature''' || '''Lieutenant''' || '''Committer''' || '''Tickets''' || 46 45 47 || [VersionOneRoadmap#on-comments Comments refactor]|| Thejaswi Puthraya|| ''???'' || #1829, #1853, #2134, #2177, #2228, #3091, #3546, #4189] 48 || INSTALLED_APPS refactoring || ''???'' || ''???'' || #3591 || 49 || Model-level validation || Honza Král || JKM || #6845 || 50 || Self-referencing fields in queries || ''???'' || Russ || #7210 || 46 || [VersionOneRoadmap#on-comments Comments refactor]|| Thejaswi Puthraya || ''???'' || #1829, #1853, #2134, #2177, #2228, #3091, #3546, #4189 || 47 || INSTALLED_APPS refactoring || ''???'' || ''???'' || #3591 || 48 || De-cruftify template tag loading || Øyvind Saltvik || JKM || #6587, #3349 ... || 49 || Model-level validation || Honza Král || JKM || #6845 || 50 || Self-referencing fields in queries || ''???'' || Russ || #7210 || 51 51 52 52 53 == Comments about Specific Features == 53 54 54 Alternative Python VMs 55 === Alternative Python VMs === 56 55 57 * DjangoAndPyPy 56 58 * DjangoAndJython … … 64 66 Deffered: [http://code.djangoproject.com/ticket/1853#comment:6 #1853]. 65 67 66 67 68 === INSTALLED_APPS refactoring === 68 69 69 70 Deffered as well: [http://code.djangoproject.com/ticket/3591#comment:48 #3591] 70 71 71 === Self-referencing fields in queries===72 === De-cruftify template tag loading === 72 73 73 See Russell´s comment on [http://code.djangoproject.com/ticket/7210#comment:8 #7210].74 Didn´t make it into 1.0 beta 1 and has been deffered until post-1.0. 74 75 75 76 === Model-level validation === 76 77 77 78 Would delay the scheduled release date. See the discussion on [http://groups.google.com/group/django-developers/browse_thread/thread/d534c45a06b32e67 Google Groups]. 79 80 === Self-referencing fields in queries === 81 82 See Russell´s comment on [http://code.djangoproject.com/ticket/7210#comment:8 #7210].