django-smoke-tests
django-smoke-tests copied to clipboard
Auto-generated smoke tests for a Django project :fire:
Bumps [wheel](https://github.com/pypa/wheel) from 0.30.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...
* django-smoke-tests version: 2.1.0 * Django version: 3.2.15 * Python version: 3.8.13 * Operating System: Mac OS ### Description We have case, for example some of them doesn't have any...
It looks like https://django-configurations.readthedocs.io is supported with the `--configuration` option. This should be documented a bit better in README/code/etc, and ideally the cli option is not shown unless django-configurations is...
### Description @zvolsky asked the following in #7: > Hi Kamil(?), > > I have question about django-smoke-tests. > > We have an application, 95% django admin and 5% django,...
We have a system where # LANGUAGE_CODE = 'cs' is commented out, LANGUAGES are ('cs', 'en'). It run with LANGUAGE_CODE = 'en-us'. This is problem of Django ('en-us' is not...