9495cd830d
Change-Id: I907c17443988bf7db0544b58d357f9d908e22bb6
9 lines
399 B
YAML
9 lines
399 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 official way allows us to define more complete strings for action labels
|
|
and this also allows translators to translate more flexibily.
|