John Vandenberg

Results 965 comments of John Vandenberg

models is missing `on_delete`, so it will need at least some effort for Django 2+

@sergeyklay is it possible to change the merge target of this PR to be `main` ?

No worries. At the time I wrote that, there was no `develop` branch.

I notice that `get_value` (and `__call__`) has an argument `parse_default=False` - switching this to default to `True` may solve the problem. However, that caused the tests for `bytes()` to fail,...

ping @Martiusweb ; it would be good to get clarification whether this testing library is going to be maintained going forward, or projects should migrate to stdlib or other testing...

Built at https://travis-ci.org/jayvdb/demjson/builds/110100074

Just noting that two 'pure python wheel' could be created -- one for Python 2 and another for Python 3. A universal wheel isnt possible while `2to3` is used. And...

You can use @dephell to convert pyproject.toml to setup.py . Note it doesnt work (easily) on poetry' pyproject.toml - You need to edit its pyproject.toml c.f. https://github.com/dephell/dephell/issues/330 .

https://github.com/jayvdb/action-hero/runs/7494337747?check_suite_focus=true is what the CI looks like

https://github.com/streeter/django-db-readonly/pull/22 starts the process, allowing turning it on and off programatically, and there is a note there for how we might be able to have it per-connection instead of all...