Pavel Savchenko
Pavel Savchenko
**Is your feature request related to a problem? Please describe.** We can commit django.mo files to the repo, but we might forget to compile to the latest version. We can...
The operator values `isnull`, `istrue` and `isfalse` should allow a null/empty value when submitting the form. To be more intuitive we should set the `value` field to disabled when it...
For example, a boolean field can be only true/false (yes/no) displayed by a radio button widget, a choice field with e.g 2-5 choices can be "one of" displayed by a...
Happens in both See below screenshot. 
We currently engage the prepopulated easy-select2 allowing only a single choice.
Utilize [selenium in tests](http://seleniumhq.github.io/selenium/docs/api/py/index.html), perhaps with [pytest-selenium](https://github.com/davehunt/pytest-selenium), here's [an introduction blog](https://lincolnloop.com/blog/introduction-django-selenium-testing/).
For example, if I have a command that I'd like to open only on specific hosts / path / url (matching a regex can be nice), I can add a...
If there is no web/desktop client, I imagine we could perhaps allow sync out to a [todo.txt](http://todotxt.org/) list perhaps?
## Checklist * [x] Double-checked my configuration. * [ ] Tested using the latest version. -- looking to upgrade soon * [x] Used the Emissary executor. ## Summary The issue...