Changes between Version 38 and Version 39 of Version1.1Roadmap


Ignore:
Timestamp:
Mar 25, 2009, 12:50:15 PM (16 years ago)
Author:
Boo
Comment:

Moved to 1.2

Legend:

Unmodified
Added
Removed
Modified
  • Version1.1Roadmap

    v38 v39  
    7070    * **DONE:** [Admin-05] ModelAdmin should allow for overriding of ``ForeignKey``/``ManyToMany`` options. (Committed in :trac:`[9760]`)
    7171    * [Admin-06] Read-only form fields.
    72     * [Admin-07] Custom FilterSpecs.
    73     * [Admin-08] Make filters in admin changelists persistant.
     72    * [Admin-07] Custom FilterSpecs. (moved__ to 1.2)
     73    * [Admin-08] Make filters in admin changelists persistant. (moved__ to 1.2)
    7474    * **DONE:** [Contrib-02] Improved customizability of ``django.contrib.comments``. (Committed in :trac:`[9890]`)
    7575    * **DONE:** [Contrib-03] Integration of comment-utils. (Committed in :trac:`[10122]`)
    7676    * **DONE:** [Contrib-06] Honor ``REMOTE_USER`` provided by the server. (Committed in :trac:`[10063]`)
    77     * [Contrib-07] Implement Atom Publishing Protocol.
     77    * [Contrib-07] Implement Atom Publishing Protocol. (moved__ to 1.2)
    7878    * [Contrib-11] Signed cookies.
    7979    * [Form-01] Selectable HTML output for forms/fields.
     
    8787    * [View-01] Class-based generic views.
    8888    * [View-03] Support for ``wsgi.file_wrapper`` for large files.
    89    
     89
     90__ http://code.djangoproject.com/ticket/5833#comment:42
     91__ http://code.djangoproject.com/ticket/6903#comment:25
     92__ http://code.djangoproject.com/ticket/3569#comment:15
     93
    9094The following features were reviewed highly and are generally accepted as
    9195"wanted", but currently are lacking a "champion" to see the feature done. This
Back to Top