Arthur Rio
Arthur Rio
I'm running coverage from a docker image where my source code is at `/`. I couldn't figure out why the paths were all starting with `/` but not if I...
Because the `whitelisted_types` is expected to be a list of `Type`s, we currently can't have model classes whitelisted in Django. The configuration is in `settings.py` and at this point it's...
This is a follow up on: https://github.com/theatlantic/django-nested-admin/issues/138#issuecomment-486924816 A model with no field that groups nested models will fail to create because `form.has_changed()` will always be false even though it contains...
Would it be possible to make a new release with the latest version of the `plugins/xunit` so that `--xunit-prefix-with-testsuite-name` is supported?
From several issues I gathered that the fork [`python-lsp-server`](https://github.com/python-lsp/python-lsp-server) was taking over, can someone confirm that it's official? And maybe add a message to the README to that effect?
I believe `HTTPDigest` should follow the same pattern as other authentication mechanisms and raise an exception only if `auto_error` is True.
To make it work with https://github.com/django/django and https://github.com/django-nose/django-nose I replaced: `complete -o nospace -F _nosetests nosetests` With: `complete -o nospace -F _nosetests python manage.py test` Is it the best way...
### Description The shift click doesn't work anymore after upgrading Chrome: https://www.loom.com/share/ca8fed95173642eb9e584285bf2e6b25 At the start of the video you can see it work (which never happened before the recording...) but...
Remove `No handlers could be found for logger "DEALER"` warning.