Taylor Hakes

Results 4 issues of Taylor Hakes

In Django 2.2 (works fine in 2.1) tests, connections are overridden/monkey patched with properties that throw errors, specifically the `connection.cursor` method. https://github.com/django/django/blob/master/django/test/testcases.py#L210 Graphene also monkey patches `connection.cursor`. https://github.com/graphql-python/graphene-django/blob/master/graphene_django/debug/sql/tracking.py#L43 This causes...

wontfix

This error happens for about 2 out of every 3 requests to send an exception to rollbar. It occasionally works, but mostly doesn't. The following stack trace is printed only...

bug
flask
django

**Describe the bug** When dropping a table with a foreign key (pointing to another table) Postgres will lock the foreign table as well as the table being dropped. This causes...

It looks like the package only supports 3.7+, so I am not able to install it on my 3.6 Python project. Is it possible to change the requirement to 3.6...