Updated docs to correctly work for 3.1.x and future (mentioned in issue #52)

This commit is contained in:
UndefinedOffset 2014-01-27 17:04:32 -04:00
parent 3f07ee7450
commit 1e24d1e888
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class TestObject extends DataObject {
);
public static $has_one=array(
'Parent'=>'TestObject'
'Parent'=>'TestPage'
);
public static $default_sort='SortOrder';