61eb74af31
They were deprecated in Newton. This patch cleans them up. Note: it does not mean that the features will not work anymore. On the contrary, now API will consistently sort and paginate for plugins that honour the relevant sorting/pagination parameters. Note2: base resource controller still allows to pass allow_pagination=False and allow_sorting=False parameters to disable the features if a registered plugin does not support the features yet. Change-Id: I5fd30b20f645846d9366740372c4815c4b33e2eb Related-Bug: #1566514
6 lines
195 B
YAML
6 lines
195 B
YAML
---
|
|
other:
|
|
- The ``allow_pagination`` and ``allow_sorting`` configuration options are
|
|
now removed. Now, sorting and pagination are always enabled for plugins
|
|
that support the features.
|