Changes between Version 1 and Version 2 of VersionOneRoadmap


Ignore:
Timestamp:
Jun 16, 2008, 9:47:26 AM (16 years ago)
Author:
Jacob
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VersionOneRoadmap

    v1 v2  
    1818    * Those who want to help out should read the rest of the document, and
    1919      especially `how you can help`_.
     20     
     21    * You can follow the status of this project at the
     22      :trac:`VersionOneFeatures` page.
    2023   
    2124__ `dates`_
     
    63663. Making Django 100% WSGI compliant.
    6467
    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.
    6771
    6872__ `on comments`_
     
    7781These features are arranged in *rough* order of importance.
    7882
    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).
     831. Signal performance improvements (:trac:`#6814`).
     84
     852. Large file uploads (:trac:`#2070`).
     86
     873. ``INSTALLED_APPS`` refactoring (i.e. ``app()`` objects) (:trac:`#3591`).
     88
     894. File storage refactoring (:trac:`#5361`).
     90
     915. Model-level validation (:trac:`#6845`).
     92
     936. Full ``GenericForeignKey`` support in newforms-admin (:trac:`#4667`).
    9094
    91957. Land GeoDjango as ``django.contrib.gis``.
    9296
    93 8. Many-to-many intermediates (#6095).
     978. Many-to-many intermediates (:trac:`#6095`).
    9498
    95999. Fix all known bugs preventing Django from running on alternate Python
     
    98102
    9910310. 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
     10611. Better support for controlling middleware ordering (:trac:`#730`,
     107    :trac:`#749`).
     108
     10912. Syntax for self-referencing fields in queries (:trac:`#7210`).
    105110   
    10611113. Finish documentation refactoring.
     
    199204==============  ===============================================================
    200205
    201 See below_ for details about why these particular dates were chosen.
    202 
    203 .. _below: `XXX`
    204 
    205206Process
    206207=======
     
    211212commit from patches from a number of trusted lieutenants. In most cases, the
    212213features on the todo list have obvious lieutenants; we'll need to assign missing
    213 ones and also committers. See :wiki:VersionOneFeatures for the current list of
     214ones and also committers. See :trac:`VersionOneFeatures` for the current list of
    214215lieutenants and committers.
    215216
Back to Top