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