Merge pull request #293 from halkyon/advancedsearchform_removal

MINOR Notes about removal of AdvancedSearchForm
This commit is contained in:
Ingo Schommer 2012-04-10 03:47:40 -07:00
commit 2ea87fd687

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`