Dave Burkholder

Results 5 issues of Dave Burkholder

Thank you for psycopg3!! I'm looking forward to using it in Django; the feature freeze for Django 4.1 is May 17. Were you planning to get [ticket 33308](https://code.djangoproject.com/ticket/33308) completed /...

First of all, thanks for django-ca!! I'm finding this library most beneficial. I would would like to implement an OpenSSH CA service as well. One way to start might be...

First of all, thank you for etesync-notes!! It looks like a very useful addition to the project. I almost thought that note editing was broken as the keyboard wouldn't ever...

`black` expands brackets into multiple lines, where this: ```python raise ValidationError({ NON_FIELD_ERRORS: [_("Don't do that!")], }) ``` ```python raise ValidationError( { NON_FIELD_ERRORS: [_("Don't do that!")], } ) ``` The coalesced...

# Bug report I'm adding type hints to a rather large Django project with a custom user model, discovered a bug after upgrading to Django 5.1.4. ## What's wrong ```...

bug