horizon/releasenotes/notes/drop-action-strings-attributes-64f0cb0323f629ee.yaml
Akihiro Motoki bc5b0ba108 table action: drop deprecated action_present/past attributes
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
2017-03-24 16:04:06 +00:00

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.