Files
horizon/releasenotes/notes/enhance-tox-26f73a048b88df2f.yaml
Ivan Anfimov 5e1f085c4d Release notes - update structure for old files
All files are moved to the main directory (relesenotes/notes), no need to split into directories

Change-Id: I666141b6ba2a6aa49ab3823843b1c3c19ea0d3f9
2025-04-28 21:12:14 +00:00

12 lines
566 B
YAML

---
features:
- The hard-coded run_tests commands for extracting translatable strings and
updating message catalogs have been ported to django management commands
as extract_messages and update_catalog. These accept several parameters
to make them easier to use with downstream customisations and string
modifications, but the default behaviour is the same as before.
deprecations:
- The run_tests.sh script is now deprecated and all functionality has
been provided by either tox or manage.py. run_tests will be removed
in Queens (13.0).