Changes between Version 28 and Version 29 of Version1.1Roadmap


Ignore:
Timestamp:
Mar 4, 2009, 5:00:34 AM (15 years ago)
Author:
Boo
Comment:

Update must-have and maybe features.

Legend:

Unmodified
Added
Removed
Modified
  • Version1.1Roadmap

    v28 v29  
    4444These are the features considered *critical* for the 1.1 release.
    4545
    46     * [Admin-01] Bulk-edit on changelist pages.
    47     * [Admin-02] Integrate django-batchadmin.
    4846    * **DONE:** [Admin-03] Make the admin use a URL resolver. (Committed in :trac:`[9739]`)
    49     * [Admin-08] Make filters in admin changelists persistant.
    5047    * [Contrib-05] Message passing for anonymous users.
    5148    * **DONE:** [Contrib-12] Write-through cache session backend. (Committed in :trac:`[9727]`)
     
    5350    * [ORM-03] Model validation.
    5451    * **DONE:** [ORM-06] Expression support in ``QuerySet.update()``. (Committed in :trac:`[9792]`)
    55     * [ORM-14] Exclude fields in a ``SELECT`` (``QuerySet.defer()``).
    5652    * **DONE:** [Test-03] Run Django test cases inside a transaction (speed improvements). (Committed in :trac:`[9756]`)
    57     * [View-01] Class-based generic views.
    5853
    5954"Maybe" features
     
    6863among the "maybe" features:
    6964
     65    * [Admin-01] Bulk-edit on changelist pages.
     66    * [Admin-02] Integrate django-batchadmin.
    7067    * **DONE:** [Admin-05] ModelAdmin should allow for overriding of ``ForeignKey``/``ManyToMany`` options. (Committed in :trac:`[9760]`)
    7168    * [Admin-06] Read-only form fields.
    7269    * [Admin-07] Custom FilterSpecs.
     70    * [Admin-08] Make filters in admin changelists persistant.
    7371    * **DONE:** [Contrib-02] Improved customizability of ``django.contrib.comments``. (Committed in :trac:`[9890]`)
    7472    * [Contrib-03] Integration of comment-utils.
     
    7775    * [Contrib-11] Signed cookies.
    7876    * [Form-01] Selectable HTML output for forms/fields.
     77    * [ORM-14] Exclude fields in a ``SELECT`` (``QuerySet.defer()``).
    7978    * **DONE:** [ORM-15] Day-of-week filter for date/datetime Fields. (Committed in :trac:`[9818]`)
    8079    * **DONE:** [ORM-17] ``{% default %}`` clause for ``{% for %}`` loops. (Committed in :trac:`[9530]`)
     
    8382    * **DONE:** [Test-01] Follow redirect chains on the Test Client. (Committed in :trac:`[9911]`)
    8483    * **DONE:** [Test-02] Disable all e-mail sending for debugging. (Committed in :trac:`[9793]`)
     84    * [View-01] Class-based generic views.
    8585    * [View-03] Support for ``wsgi.file_wrapper`` for large files.
    8686   
Back to Top