Changes between Version 12 and Version 13 of Version1.1Roadmap


Ignore:
Timestamp:
Nov 26, 2008, 2:11:27 PM (16 years ago)
Author:
Boo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Version1.1Roadmap

    v12 v13  
    5353    * [ORM-03] Model validation.
    5454    * [ORM-06] Expression support in ``QuerySet.update()``.
    55     * [ORM-14] Exclude fields in a ``SELECT`` (``QuerySet.defer()``)
     55    * [ORM-14] Exclude fields in a ``SELECT`` (``QuerySet.defer()``).
    5656    * [Test-03] Run Django test cases inside a transaction (speed improvements).
    5757    * [View-01] Class-based generic views.
     
    7373    * [Contrib-02] Improved customizability of ``django.contrib.comments``.
    7474    * [Contrib-03] Integration of comment-utils.
    75     * [Contrib-06] Honor ``REMOTE_USER`` provided by the server
     75    * [Contrib-06] Honor ``REMOTE_USER`` provided by the server.
    7676    * [Contrib-07] Implement Atom Publishing Protocol.
    7777    * [Contrib-11] Signed cookies.
Back to Top