Changes between Version 1 and Version 2 of VersionOneRoadmap
- Timestamp:
- Jun 16, 2008, 9:47:26 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VersionOneRoadmap
v1 v2 18 18 * Those who want to help out should read the rest of the document, and 19 19 especially `how you can help`_. 20 21 * You can follow the status of this project at the 22 :trac:`VersionOneFeatures` page. 20 23 21 24 __ `dates`_ … … 63 66 3. Making Django 100% WSGI compliant. 64 67 65 This simply involves fixing ticket #285. We've delayed doing this to avoid 66 the backwards-incompatible change, but we must make this change before 1.0. 68 This simply involves fixing ticket :trac:`#285`. We've delayed doing 69 this to avoid the backwards-incompatible change, but we must make this change 70 before 1.0. 67 71 68 72 __ `on comments`_ … … 77 81 These features are arranged in *rough* order of importance. 78 82 79 1. Signal performance improvements ( #6814).80 81 2. Large file uploads ( #2070).82 83 3. ``INSTALLED_APPS`` refactoring (i.e. ``app()`` objects) ( #3591).84 85 4. File storage refactoring ( #5361).86 87 5. Model-level validation ( #6845).88 89 6. Full ``GenericForeignKey`` support in newforms-admin ( #4667).83 1. Signal performance improvements (:trac:`#6814`). 84 85 2. Large file uploads (:trac:`#2070`). 86 87 3. ``INSTALLED_APPS`` refactoring (i.e. ``app()`` objects) (:trac:`#3591`). 88 89 4. File storage refactoring (:trac:`#5361`). 90 91 5. Model-level validation (:trac:`#6845`). 92 93 6. Full ``GenericForeignKey`` support in newforms-admin (:trac:`#4667`). 90 94 91 95 7. Land GeoDjango as ``django.contrib.gis``. 92 96 93 8. Many-to-many intermediates ( #6095).97 8. Many-to-many intermediates (:trac:`#6095`). 94 98 95 99 9. Fix all known bugs preventing Django from running on alternate Python … … 98 102 99 103 10. De-cruftify custom template tag loading (including removing custom template 100 tag ``__path__`` hacking) (#6587, etc.). 101 102 11. Better support for controlling middleware ordering (#730, #749). 103 104 12. Syntax for self-referencing fields in queries (#7210). 104 tag ``__path__`` hacking) (:trac:`#6587`, etc.). 105 106 11. Better support for controlling middleware ordering (:trac:`#730`, 107 :trac:`#749`). 108 109 12. Syntax for self-referencing fields in queries (:trac:`#7210`). 105 110 106 111 13. Finish documentation refactoring. … … 199 204 ============== =============================================================== 200 205 201 See below_ for details about why these particular dates were chosen.202 203 .. _below: `XXX`204 205 206 Process 206 207 ======= … … 211 212 commit from patches from a number of trusted lieutenants. In most cases, the 212 213 features on the todo list have obvious lieutenants; we'll need to assign missing 213 ones and also committers. See : wiki:VersionOneFeaturesfor the current list of214 ones and also committers. See :trac:`VersionOneFeatures` for the current list of 214 215 lieutenants and committers. 215 216