Removed TODO about optimizing has_many sort

This commit is contained in:
Ed 2013-02-16 15:19:55 -04:00
parent a8950160c8
commit 4a9c663d9c
1 changed files with 0 additions and 3 deletions

View File

@ -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