We are happy to announce the release of: qinling-dashboard 4.0.0: Qinling Management Dashboard This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/qinling-dashboard Download the package from: https://tarballs.openstack.org/qinling-dashboard/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/qinling- dashboard For more details, please see below. Changes in qinling-dashboard 3.0.0..4.0.0 ----------------------------------------- 14da97e Imported Translations from Zanata 8b8e223 Cleanup for Refactor-error-messages a4bdaf3 Remove references to mox3 lib a118f06 Switch to newer openstackdocstheme and reno versions 47e017f Use unittest.mock instead of third party mock Diffstat (except docs and test files) ------------------------------------- qinling_dashboard/content/executions/forms.py | 4 +- qinling_dashboard/content/functions/forms.py | 7 +- .../locale/en_GB/LC_MESSAGES/django.po | 31 +++++--- .../locale/ko_KR/LC_MESSAGES/django.po | 9 +-- qinling_dashboard/test/helpers.py | 85 +--------------------- releasenotes/source/conf.py | 9 +-- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 10 ++- test-requirements.txt | 1 - 14 files changed, 54 insertions(+), 132 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ddef5fc..611f5e2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +15,0 @@ flake8-import-order==0.12 # LGPLv3 -mock>=2.0.0 # BSD