Changes between Initial Version and Version 1 of Version1.2Features


Ignore:
Timestamp:
Jul 29, 2009, 3:04:24 AM (15 years ago)
Author:
Russell Keith-Magee
Comment:

Added first cut at v1.2 features page.

Legend:

Unmodified
Added
Removed
Modified
  • Version1.2Features

    v1 v1  
     1= Django 1.2 Features =
     2
     3[[TOC()]]
     4
     5This page has the list of features currently being considered for inclusion in Django 1.2. See [wiki:Version1.2Roadmap] for information on the process and definition of terms.
     6
     7== Features under consideration ==
     8  * Multi-database support (Alex Gaynor's GSoC project)
     9  * #5833 Custom `FilterSpecs`
     10  * #4604 Message Passing For Anonymous Users
     11  * #6845 Model validation (Honza Kral's GSoC project)
     12  * #342 Read-only form fields
     13  * #3569 Implement Atom Publishing Protocol
     14  * #6148 Add support for database schemas
     15  * #6587, #3349 Better template tag loading
     16  * #6735 Class-based generic views
     17  * #10871 Support for input arguments on admin actions.
Back to Top