Changes between Version 28 and Version 29 of Version1.1Roadmap
- Timestamp:
- Mar 4, 2009, 5:00:34 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.1Roadmap
v28 v29 44 44 These are the features considered *critical* for the 1.1 release. 45 45 46 * [Admin-01] Bulk-edit on changelist pages.47 * [Admin-02] Integrate django-batchadmin.48 46 * **DONE:** [Admin-03] Make the admin use a URL resolver. (Committed in :trac:`[9739]`) 49 * [Admin-08] Make filters in admin changelists persistant.50 47 * [Contrib-05] Message passing for anonymous users. 51 48 * **DONE:** [Contrib-12] Write-through cache session backend. (Committed in :trac:`[9727]`) … … 53 50 * [ORM-03] Model validation. 54 51 * **DONE:** [ORM-06] Expression support in ``QuerySet.update()``. (Committed in :trac:`[9792]`) 55 * [ORM-14] Exclude fields in a ``SELECT`` (``QuerySet.defer()``).56 52 * **DONE:** [Test-03] Run Django test cases inside a transaction (speed improvements). (Committed in :trac:`[9756]`) 57 * [View-01] Class-based generic views.58 53 59 54 "Maybe" features … … 68 63 among the "maybe" features: 69 64 65 * [Admin-01] Bulk-edit on changelist pages. 66 * [Admin-02] Integrate django-batchadmin. 70 67 * **DONE:** [Admin-05] ModelAdmin should allow for overriding of ``ForeignKey``/``ManyToMany`` options. (Committed in :trac:`[9760]`) 71 68 * [Admin-06] Read-only form fields. 72 69 * [Admin-07] Custom FilterSpecs. 70 * [Admin-08] Make filters in admin changelists persistant. 73 71 * **DONE:** [Contrib-02] Improved customizability of ``django.contrib.comments``. (Committed in :trac:`[9890]`) 74 72 * [Contrib-03] Integration of comment-utils. … … 77 75 * [Contrib-11] Signed cookies. 78 76 * [Form-01] Selectable HTML output for forms/fields. 77 * [ORM-14] Exclude fields in a ``SELECT`` (``QuerySet.defer()``). 79 78 * **DONE:** [ORM-15] Day-of-week filter for date/datetime Fields. (Committed in :trac:`[9818]`) 80 79 * **DONE:** [ORM-17] ``{% default %}`` clause for ``{% for %}`` loops. (Committed in :trac:`[9530]`) … … 83 82 * **DONE:** [Test-01] Follow redirect chains on the Test Client. (Committed in :trac:`[9911]`) 84 83 * **DONE:** [Test-02] Disable all e-mail sending for debugging. (Committed in :trac:`[9793]`) 84 * [View-01] Class-based generic views. 85 85 * [View-03] Support for ``wsgi.file_wrapper`` for large files. 86 86