Changes between Version 11 and Version 12 of Version1.1Roadmap
- Timestamp:
- Nov 24, 2008, 7:19:09 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.1Roadmap
v11 v12 5 5 Django 1.1 Roadmap 6 6 ================== 7 8 **This is a DRAFT of the 1.1 roadmap which is currently being discussed on9 django-developers. The final roadmap will be posted in a few days.**10 7 11 8 This document details the schedule and roadmap towards Django 1.1. All the … … 96 93 * [Form-02] ``django.forms.SafeForm`` - forms with built-in CSRF protection. 97 94 * [ORM-09] ``Manager.update_or_create()`` and ``Model.update()``. 95 98 96 * [ORM-10] ``QuerySet.select_for_update()`` method. 99 97 * [ORM-11] ``QuerySet.cache()`` method.