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