15 | | || '''Feature''' || '''Lieutenant''' || '''Committer''' || '''Status''' || '''Tickets''' || |
16 | | || Signal performance improvements || Jeremy Dunck || JKM || needs feedback || #6814 || |
17 | | || INSTALLED_APPS refactoring || ''???'' || ''???'' || not started || #3591 || |
18 | | || File storage refactoring || Marty Alchin || JKM || awaiting final review || #5361 || |
19 | | || Model-level validation || Honza Král || JKM || started || #6845 || |
20 | | || GenericForeignKey support in nfa || ''???'' || Brian Rosner || not started || #4667 || |
21 | | || GeoDjango || Justin Bronn || Justin Bronn || nearly done, needs #7589, #7637; [http://geodjango.org/docs/ docs] [http://geodjango.org/hg/gis-docs/ in progress] || #7589, #7637, #7579, #6547, #7619 || |
22 | | || 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.|| |
23 | | || De-cruftify template tag loading || Øyvind Saltvik || JKM || needs feedback || #6587, #3349, ... || |
24 | | || Middleware ordering || ''???'' || JKM || needs feedback || #730 || |
25 | | || Finish documentation refactoring || ''???'' || JKM || needs work || || |
26 | | || [#Commentsrefactor Comments refactor] || Thejaswi Puthraya || ''???'' || in progress || #1829, #1853, #2134, #2177, #2228, #3091, #3546, #4189 || |
| 15 | || '''Feature''' || '''Lieutenant''' || '''Committer''' || '''Status''' || '''Tickets''' || |
| 16 | |
| 17 | || INSTALLED_APPS refactoring || ''???'' || ''???'' || not started || #3591 || |
| 18 | || Model-level validation || Honza Král || JKM || started || #6845 || |
| 19 | || 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 | || De-cruftify template tag loading || Øyvind Saltvik || JKM || needs feedback || #6587, #3349, ... || |
| 21 | || Finish documentation refactoring || ''???'' || JKM || needs work || || |
| 22 | || [#Commentsrefactor Comments refactor] || Thejaswi Puthraya || ''???'' || in progress || #1829, #1853, #2134, #2177, #2228, #3091, #3546, #4189 || |
37 | | || '''Feature''' || '''Lieutenant''' || '''Committer''' || '''Ticket(s)''' || '''Commited in revision''' || |
38 | | || Large file uploads || Mike Axiak || JKM || #2070 || [7814] || |
39 | | || Many-to-many intermediates || Eric Florenzano || Russ || #6095 || [8136] || |
| 36 | || '''Feature''' || '''Lieutenant''' || '''Committer''' || '''Ticket(s)''' || '''Commited in revision''' || |
| 37 | |
| 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] || |
58 | | We are not treating the middleware hierarchy as a stack, in the sense that if |
59 | | one piece of middleware short-circuits the response construction, we go right to |
60 | | the bottom of the pile before processing the request. We need to decide what |
61 | | behaviour we really want here and record it. Both the referenced tickets have |
62 | | good points in them and since this might slightly change request/response |
63 | | behaviour, it's a pre-1.0 decision if possible. |
| 64 | See Jacob´s comment on ~~[http://code.djangoproject.com/ticket/730#comment:34 #730]~~. |