Version 1.0 Features ¶
This page contains the list of features to be included in Django 1.0, and their status. See VersionOneRoadmap for more details on the process.
Unfinished Features ¶
Must-have features ¶
Feature | Lieutenant | Committer | Status | Ticket
|
oldforms -> newforms | Brian Rosner | JKM | in trunk; some cleanup still required | #7742
|
"Maybe" features ¶
Feature | Lieutenant | Committer | Status | Tickets
|
Finish documentation refactoring | ??? | JKM | needs work |
|
Finished ¶
Ordered by revision.
Must-have features ¶
Feature | Lieutenant | Committer | Ticket(s) | Commited in revision
|
"Maybe" features ¶
Feature | Lieutenant | Committer | Ticket(s) | Commited in revision
|
Deferred Until Post-1.0 ¶
Feature | Lieutenant | Committer | Tickets
|
Alternative Python VMs ¶
Middleware ordering ¶
Resulted in a split up of the cache middleware. See Jacob´s comment on #730.
Deffered: #1853.
INSTALLED_APPS refactoring ¶
Deffered as well: #3591
De-cruftify template tag loading ¶
Didn´t make it into 1.0 beta 1 and has been deffered until post-1.0.
Model-level validation ¶
Would delay the scheduled release date. See the discussion on Google Groups.
Self-referencing fields in queries ¶
See Russell´s comment on #7210.