Joa Riski

Results 5 issues of Joa Riski

## What's wrong The signature for the `admin.TabularInline.has_add_permission` method seems to be wrongly typed, resulting in the following error when a subclass declares a type according to the Django documentation:...

bug

Support extending the `GraphQLCoreBackend` class with custom validators by adding a function `get_validation_rules` that can be overridden in subclasses where needed. This change in combination with setting the default graphql...

The default GraphQL backend seems to perform validation prior to execution of a query. The validators that are being run are statically defined in https://github.com/graphql-python/graphql-core/blob/fe703f0d176c78b205d2abf929193f1e910fe4a0/graphql/validation/rules/__init__.py#L32-L57 and there doesn't seem to...

Had a case where a package version was set as `>==` instead of `>=` by accident, and prequ didn't raise any messages about this, nor update the requirement files for...

bug

Phone numbers are fairly commonly stored, so a built in sanitizer for them would be useful