Author: adrian
Date: 2006-07-28 17:24:05 -0500 (Fri, 28 Jul 2006)
New Revision: 3484

Modified:
   django/trunk/docs/release_notes_0.95.txt
Log:
Added some more stuff to docs/release_notes_0.95.txt

Modified: django/trunk/docs/release_notes_0.95.txt
===================================================================
--- django/trunk/docs/release_notes_0.95.txt    2006-07-28 22:22:03 UTC (rev 
3483)
+++ django/trunk/docs/release_notes_0.95.txt    2006-07-28 22:24:05 UTC (rev 
3484)
@@ -52,6 +52,8 @@
       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 @@
     * 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.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to