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


Ignore:
Timestamp:
Nov 24, 2008, 7:19:09 PM (16 years ago)
Author:
Jacob
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Version1.1Roadmap

    v11 v12  
    55Django 1.1 Roadmap
    66==================
    7 
    8 **This is a DRAFT of the 1.1 roadmap which is currently being discussed on
    9 django-developers. The final roadmap will be posted in a few days.**
    107
    118This document details the schedule and roadmap towards Django 1.1. All the
     
    9693    * [Form-02] ``django.forms.SafeForm`` - forms with built-in CSRF protection.
    9794    * [ORM-09] ``Manager.update_or_create()`` and ``Model.update()``.
     95
    9896    * [ORM-10] ``QuerySet.select_for_update()`` method.
    9997    * [ORM-11] ``QuerySet.cache()`` method.
Back to Top