belkka
belkka
Proper type is `typing.Type[Model]`, not `Model`
Code example in Arguments section doesn't work as stated in its comment — if "foo" or "bar" are not declare in the graphql query, it will be an error, not...
`IsOwner` permission is only used by `AuthorizedMixin`, which defines `.get_queryset()` that returns only devices owned by user. Does this mean that this permission is redundant? --- My initial problem is...
Add default implementation of Mutation.mutate() that raises NotImplementedError. This makes code more clear and also improves work of auto-completion tools (e. g. in IDE). They usually guess if user is...
The code example in docstring starts with `from graphene import Mutation` and defines a `class Mutation` later. This definition would shadow previously imported name and (which is more important) confuses...
Non-clickable urls are distracting. I don't want to select, copy and paste them. I wanna live in XXI century.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. Is there any...
Commits with commit message "draft" will be overridden, so ignore formatting/style issues in those commits.
`task --version` is 3.0.2 I type `task new` with intention to run `task news` command ~and read the news about my tasks have been annihilated~. After typing `w` I get...
Apparently, syntax highlighting assumes presence of commas between list elements, which are optional in hjson. **I expect** a closing bracket (of a list or object) to be displayed in same...