You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using django-smoke-tests, this app is breaking on its tests. It doesnt provide the args/params which this app expects, but that is the point - the views should describe what they need, and fail validation sanely and descriptively if not provided.
The smoke tester has an option to exclude apps, so I have excluded this app, so this isnt a high priority. Thanks for the great tool ;-)
Hi, jayvdb! Thanks a lot for reporting this issue!
I just uploaded a new update to the dev_stage branch, could you please install it and let me know if the issue is solved?
Here is a pip command to install it directly from the repository - pip install git+https://github.com/Vadim-Karpenko/django-admin-multilang@dev_stage, but make sure that you first deleted the previous version from the pip - pip uninstall django-admin-multilang because pip can think that a module is up-to-date, and there is no need to download it from the repository.
However, I notice it isnt appearing on my local django admin, irrespective of whether I am using that branch or PyPI. I am using Django 3 locally, so that might be it. We use Django 2.2 on production where it is working correctly with the PyPI version.
I am also using django-dbtemplates, so I may need to purge a local cache or something. I'll get back to investigating this soon.
btw, there is also a route set_language which could be usable. Might only be DJ3. /i18n/setlang/ django.views.i18n.set_language set_language
Using
django-smoke-tests
, this app is breaking on its tests. It doesnt provide the args/params which this app expects, but that is the point - the views should describe what they need, and fail validation sanely and descriptively if not provided.The smoke tester has an option to exclude apps, so I have excluded this app, so this isnt a high priority. Thanks for the great tool ;-)
The text was updated successfully, but these errors were encountered: