~jbaker/storm/nose_plugin

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Gustavo Niemeyer
  • Date: 2008-11-04 16:52:14 UTC
  • mfrom: (280 trunk)
  • mto: This revision was merged to the branch mainline in revision 282.
  • Revision ID: gustavo@niemeyer.net-20081104165214-p2pn9lraefjiu91b
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
   the test suite.
8
8
 - A new storm.django package has been added to allow use of Storm
9
9
   within Django applications.
 
10
 - The way Storm interacts with the Zope transaction manager has
 
11
   changed.  Rather than using a synchronizer to join each new
 
12
   transaction, it now delays joining the transaction until the store
 
13
   is actually used.
 
14
 - The Store constructor takes an optional cache keyword argument.
10
15
 
11
16
Bug fixes
12
17
---------