Changes between Version 97 and Version 98 of Version1.2Features


Ignore:
Timestamp:
Oct 23, 2009, 11:13:42 AM (15 years ago)
Author:
Jacob
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Version1.2Features

    v97 v98  
    11= Django 1.2 features =
    22
     3[[TOC()]]
     4
    35These are the features proposed for inclusion in Django 1.2, broken into high, medium, and low priorities. For more
    4 details, see :trac:`Version1.2Roadmap`.
     6details, see Version1.2Roadmap
    57
    68== High priority ==
     
    2830|| URLs-01          || Replace get_absolute_url()           || JKM, SW              || ReplacingGetAbsoluteUrl || ||
    2931|| Views-01         || Class-based generic views            || JK, JB               || #6735            || ||
     32
     33(See [#Whoswho who's who] for a list of our initials.)
    3034
    3135== Medium priority ==
     
    116120  * Make profiling easy, possibly by integrating profiling into Debug Toolbar (see dcramer's fork)
    117121  * #6460 Multilingual Content in the db
     122 
     123== Who's who ==
     124
     125|| BR  || Brian Rosner         ||
     126|| JB  || James Bennett        ||
     127|| JK  || Joseph Kocherhans    ||
     128|| JKM || Jacob Kaplan-Moss    ||
     129|| KT  || Karen Tracey         ||
     130|| LP  || Luke Plant           ||
     131|| MT  || Malcolm Tredinnick   ||
     132|| RKM || Russell Keith-Magee  ||
     133|| SW  || Simon Willison       ||
Back to Top