From 4a9c663d9cd9b60b2a995ff8e8815535dddb8de6 Mon Sep 17 00:00:00 2001 From: Ed Date: Sat, 16 Feb 2013 15:19:55 -0400 Subject: [PATCH] Removed TODO about optimizing has_many sort --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index b1af388..0bc356c 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,3 @@ SortableGridField is not the same as SortableDataObject, since it is only a comp ```sql UPDATE YourTable SET SortOrder=SortOrder+1; ``` - -## @TODO -* Optimize re-ordering of a has_many relationship when sorting on a single page