Results 5 issues of afedosenko

Hello! I am running the following query: `SELECT * from eventtype where eventtype.value = 'Grant Date';` I get: `Query failed the SQL blacklist: GRANT` In order for the query to...

bug
Contributions welcome

## Problem ``` class AuthConfig(AppConfig): name = 'django.contrib.auth' verbose_name = _("Authentication and Authorization") def ready(self): post_migrate.connect( create_permissions, dispatch_uid="django.contrib.auth.management.create_permissions" ) last_login_field = getattr(get_user_model(), 'last_login', None) # Register the handler only if...

module: field-tracker

enhancement
help wanted

``` def _check_active_queues(self, active_workers): defined_queues = app.conf.CELERY_QUEUES ``` CELERY_QUEUES has been renamed to CELERY_TASK_QUEUES in version 4.0+. https://docs.celeryproject.org/en/4.0/whatsnew-4.0.html#lowercase-setting-names