Author: phd
Date: 2010-10-09 13:32:07 -0600 (Sat, 09 Oct 2010)
New Revision: 4253
Modified:
SQLObject/branches/0.14/docs/News.txt
Log:
Slightly changed wording.
Modified: SQLObject/branches/0.14/docs/News.txt
===================================================================
--- SQLObject/branches/0.14/docs/News.txt 2010-10-09 19:31:16 UTC (rev 4252)
+++ SQLObject/branches/0.14/docs/News.txt 2010-10-09 19:32:07 UTC (rev 4253)
@@ -14,7 +14,7 @@
--------------------
* The lists of columns/indices/joins are now sorted according to the order
- of creation.
+ of declaration.
* ``validator2`` was added to all columns; it is inserted at the beginning
of the list of validators, i.e. its ``from_python()`` method is called
|