Skip to content

Commit

Permalink
Merge pull request #293 from halkyon/advancedsearchform_removal
Browse files Browse the repository at this point in the history
MINOR Notes about removal of AdvancedSearchForm
  • Loading branch information
chillu committed Apr 10, 2012
2 parents 6829c15 + 33d58c5 commit 2ea87fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/changelogs/3.0.0.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ you don't yet have time to remove all calls to deprecated methods.


### Removed Classes ### ### 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. * `Archive`, `TarballArchive`: If you make use of these, copy the classes from 2.4 into your project.
* `AssetTableField`: Use `GridField` with `GridFieldConfig_RelationEditor` instead * `AssetTableField`: Use `GridField` with `GridFieldConfig_RelationEditor` instead
* `ComponentSet`: Use `ManyManyList` or `HasManyList` * `ComponentSet`: Use `ManyManyList` or `HasManyList`
Expand Down

0 comments on commit 2ea87fd

Please sign in to comment.