Skip to content

Commit

Permalink
Removed TODO about optimizing has_many sort
Browse files Browse the repository at this point in the history
  • Loading branch information
UndefinedOffset committed Feb 16, 2013
1 parent a895016 commit 4a9c663
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -41,6 +41,3 @@ SortableGridField is not the same as SortableDataObject, since it is only a comp
```sql ```sql
UPDATE YourTable SET SortOrder=SortOrder+1; UPDATE YourTable SET SortOrder=SortOrder+1;
``` ```

## @TODO
* Optimize re-ordering of a has_many relationship when sorting on a single page

0 comments on commit 4a9c663

Please sign in to comment.