bc5b0ba108
action_present and action_past "attributes" have been deprecated since the middle of Mitaka development cycle. There is no consumer in the horizon repository and the deprecation warnings were emitted appropriately so horizon plugins are expected not to use them already. Now we are in the early stage for the next release (Pike), so it is time to drop the deprecated way. Change-Id: Ia93a6b17561068777845366b2b4c57b7144fab9f
9 lines
398 B
YAML
9 lines
398 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
String attributes ``action_present`` and ``action_past`` were dropped
|
|
from ``horizon.tables.BatchAction``. ``action_present`` and ``action_past``
|
|
*methods* are the recommended way to define action labels for BatchAction.
|
|
The offical way allows us to define more complete strings for action labels
|
|
and this also allows translators to translate more flexibily.
|