aboutsummaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-05-06 15:58:22 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-05-06 15:58:22 +0000
commitc1b16a7de0859d507d350fd946abed84ac3683ad (patch)
treeb38c5cee9ef3d37ddba0a4fafab4230a439f4297 /Changes
parenta6dd5692f77afb88f9aa5a8de13a0519e24a361d (diff)
downloadreaction-c1b16a7de0859d507d350fd946abed84ac3683ad.tar.gz
reaction-c1b16a7de0859d507d350fd946abed84ac3683ad.zip
order_by fixes including enable_order_by and coerce_order_by
Diffstat (limited to 'Changes')
-rw-r--r--Changes5
1 files changed, 4 insertions, 1 deletions
diff --git a/Changes b/Changes
index b30a4c7..cdfe071 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Reaction
-
+0.003000 -
+ - Fix Order role to allow for exclusions (for non-indexed columns) and
+ coerceion of the column name to allow proper ORDER BY generation in
+ belongs_to rels and fields that do not map directly to columns.
0.002000 - 29 Apr 2008
- Update CheckUniques role to use around instead of overrides
- Stop using ACCEPT_CONTEXT, use InstancePerContext instead