| 1 | = Django 1.2 Features = |
| 2 | |
| 3 | [[TOC()]] |
| 4 | |
| 5 | This 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. |