MINOR Notes about removal of AdvancedSearchForm

This commit is contained in:
Sean Harvey 2012-04-10 22:32:02 +12:00
parent 1742b4b742
commit 33d58c5c5c

View File

@ -409,6 +409,7 @@ you don't yet have time to remove all calls to deprecated methods.
### Removed Classes ###
* `AdvancedSearchForm`: Use `SearchForm` and extend to get similar functionality.
* `Archive`, `TarballArchive`: If you make use of these, copy the classes from 2.4 into your project.
* `AssetTableField`: Use `GridField` with `GridFieldConfig_RelationEditor` instead
* `ComponentSet`: Use `ManyManyList` or `HasManyList`