Changes between Version 12 and Version 13 of Version1.1Roadmap
- Timestamp:
- Nov 26, 2008, 2:11:27 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.1Roadmap
v12 v13 53 53 * [ORM-03] Model validation. 54 54 * [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()``). 56 56 * [Test-03] Run Django test cases inside a transaction (speed improvements). 57 57 * [View-01] Class-based generic views. … … 73 73 * [Contrib-02] Improved customizability of ``django.contrib.comments``. 74 74 * [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. 76 76 * [Contrib-07] Implement Atom Publishing Protocol. 77 77 * [Contrib-11] Signed cookies.