[Checkins] SVN: z3c.sqlalchemy/branches/elixir-integration/src/z3c/sqlalchemy/ updated

Andreas Jung andreas at andreas-jung.com
Thu May 10 02:30:34 EDT 2007


Log message for revision 75666:
  updated
  

Changed:
  U   z3c.sqlalchemy/branches/elixir-integration/src/z3c/sqlalchemy/CHANGES.txt
  U   z3c.sqlalchemy/branches/elixir-integration/src/z3c/sqlalchemy/version.txt

-=-
Modified: z3c.sqlalchemy/branches/elixir-integration/src/z3c/sqlalchemy/CHANGES.txt
===================================================================
--- z3c.sqlalchemy/branches/elixir-integration/src/z3c/sqlalchemy/CHANGES.txt	2007-05-10 06:28:08 UTC (rev 75665)
+++ z3c.sqlalchemy/branches/elixir-integration/src/z3c/sqlalchemy/CHANGES.txt	2007-05-10 06:30:33 UTC (rev 75666)
@@ -1,3 +1,10 @@
+1.1.0 (unreleased)
+        
+   - added support for defining a model using Elixir. elixir.Entity instance
+     can be added through Model.addEntity(name, entity). A
+     wrapper.getMapper(name) will return a copy of the registered entity instance
+     and attach it automatically to the current session. 
+
 1.0.1 (unreleased)
 
    - MappedClassBase: new clone() method

Modified: z3c.sqlalchemy/branches/elixir-integration/src/z3c/sqlalchemy/version.txt
===================================================================
--- z3c.sqlalchemy/branches/elixir-integration/src/z3c/sqlalchemy/version.txt	2007-05-10 06:28:08 UTC (rev 75665)
+++ z3c.sqlalchemy/branches/elixir-integration/src/z3c/sqlalchemy/version.txt	2007-05-10 06:30:33 UTC (rev 75666)
@@ -1 +1 @@
-1.0.1
+1.1.0



More information about the Checkins mailing list