summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/release_notes_0.95.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/release_notes_0.95.txt b/docs/release_notes_0.95.txt
index a763dada72..4a7658f070 100644
--- a/docs/release_notes_0.95.txt
+++ b/docs/release_notes_0.95.txt
@@ -52,6 +52,8 @@ The new features and changes introduced in 0.95 include:
want to use these applications, you no longer have to install their
database tables.
+ * Django now has support for managing database transactions.
+
* We've added the ability to write custom authentication and authorization
backends for authenticating users against alternate systems, such as
LDAP.
@@ -59,6 +61,8 @@ The new features and changes introduced in 0.95 include:
* We've made it easier to add custom table-level functions to models,
through a new "Manager" API.
+ * It's now possible to use Django without a database.
+
* It's now more explicit and natural to override save() and delete()
methods on models, rather than needing to hook into the pre_save() and
post_save() method hooks.