Changes between Version 44 and Version 45 of VersionOneFeatures


Ignore:
Timestamp:
Jan 13, 2007, 11:08:58 PM (17 years ago)
Author:
Jacob
Comment:

Removed obsolete old stuff; people who still want it can check the history.

Legend:

Unmodified
Added
Removed
Modified
  • VersionOneFeatures

    v44 v45  
    7777
    7878The latest description of the API and implementation details is in [http://groups.google.com/group/django-developers/browse_frm/thread/7d40ad373ebfa912/85244d55f259455d?lnk=gst&q=model+inheritance&rnum=4#85244d55f259455d this thread].
    79 
    80 
    81 = Obsolete =
    82 
    83 '''The following contents is out of date. Items that are still current will soon be moved into the preceding sections.'''
    84 
    85 '''Voting is now closed; see the "decision" column for the final call.'''  Trac milestones for all these features will be added shortly.
    86 
    87 
    88 This is where we voted on the features we tossed around in [http://groups.google.com/group/django-developers/browse_thread/thread/5e629f571caec805/f2c0d8c85a2186b8#f2c0d8c85a2186b8 this django-developers thread]. Features that are done or nearly done have not been included.
    89 
    90 Votes were done in the Apache style (+1/+0/-0/-1). These votes were not binding in any way other than to get a feel from the community for what features were deemed necessary.
    91 
    92 (Votes are not on whether one *wants* the feature but on whether it should be included in a 1.0 release.)
    93 
    94 == Code features ==
    95 
    96 || '''Feature'''                      || '''Votes''' || '''Decision''' || '''Status''' ||
    97 || New-admin branch                   || Jacob: +1, Adrian: +1, Petar Marić: +1, hugo: +1, Esaj: +1, Ivan Fedorov: +1, Wilson +1, Matt +1, paolo: +1, C8E: +1 || Yes || Finished in [1434] ||
    98 || "OR" query support                 || Jacob: +0, Petar Marić: +1, EspenG: +1, paolo: +1, C8E: +1, Matt Wilson: +1, Dagur: +1 || Yes || Finished in [1508] ||
    99 || Transactions                       || Adrian: +1, Robert: +1, Jacob +0, Petar Marić: +1, hugo: +1, mordaha +1, Eugene: +1, GhoseB: +1, Sune: +0, paolo: +0, C8E: +1 || Yes || Finished in [2457] ||
    100 || Clarify/cleanup middleware API     || Jacob: +1, Petar Marić: +1, hugo: +1, Eugene: +1, Sune +0, C8E: +0 || Yes || Pending ||
    101 || Fix core=True                      || Jacob: +1, Adrian: +1, Robert: +1, Petar Marić: +1, Esaj: +1, Wilson: +1, Antonio Cavedoni: +1, paolo: +1, C8E: +1, Dagur: +0 || Yes || Pending ||
    102 || Django-AJAX support                || Jacob: -0, Dave: -0, Wilson: -0, GhoseB: +1, lorca: +1, paolo: -0, C8E: -0, Matt Wilson: +0, Adrian +0, Dagur: -0 || Although it's unclear exactly what this means (it's an active discussion on django-dev) something under the AJAX umbrella will be done for 1.0 || Pending ||
    103 || Multi-threaded MySQL support       || Eugene Lazutkin: +1, Jacob: +0, Petar Marić: +1, C8E: +0 || Yes || Pending ||
    104 || Clean up / fix subclassing         || Robert: +1, Jacob: +0, Petar Marić: +0, Esaj: +1, C8E: +1, Adrian +1 || Yes || Pending ||
    105 || Get rid of magic model methods      || Robert: +0, Jacob: -1, Sune: -1, C8E: +0 || Yes || See RemovingTheMagic ||
    106 
    107 == Documentation ==
    108 
    109 || '''Feature'''                      || '''Votes''' || '''Decision''' || '''Status''' ||
    110 || Comments framework docs            || Jacob: +1, Adrian: +1, Petar Marić: +1, Dave: +1, Antonio Cavedoni: +1, paolo: +0, C8E: +0, Dagur: +0 || Yes || Pending ||
    111 || Admin-site documentation           || Adrian: +1, Jacob: +0, EspenG: +1, Dave: +1, Wilson +1, GhoseB: +1, paolo: +1, C8E: +0 || Yes || Pending ||
    112 || Finish tutorial                    || Adrian: +1, Jacob +0, Petar Marić: +0, hugo: +1, EspenG: +1, Dave: +1, Ivan Fedorov: +1, Eugene: +1, Wilson: +1, GhoseB: +1, Matt +1, paolo: +1, C8E: +0, Dagur: +1 || Yes || Pending ||
    113 || Doc: How to contribute to Django   || Jacob: +1, Adrian: +1, Wilson: +1, GhoseB: +1, Antonio Cavedoni +1, Matt +1, paolo: +1, C8E: +1 || Yes || Finished in [1480] ||
    114 || Doc: Using third-party template systems || Jacob: +1, Adrian: +1, Dave: -0, paolo: +1, C8E: -0, mp: +1, Dagur: -1 || Yes (NB: half done already) || Pending ||
    115 || Screencasts                        || Adrian: +1, Jacob: +0, GhoseB: +1, Eugene Lazutkin: +1, hugo: +1, EspenG: +1, Dave: +1, Wilson: +1, Matt +1, paolo: +1, C8E: +0 || Yes || Pending ||
    116 
    117 == Deferred features ==
    118 
    119 || New authorisation system           || Robert: +0, Jacob -0, Sune: -0, C8E: +0 || Deferred (1.1?) || Pending ||
    120 || Schema evolution                   || Robert: +0, Jacob: -0, Ivan Fedorov: +1, Sune: -1, C8E: +0, Adrian +0 || Deferred (1.1?) || Pending ||
Back to Top