Alex Dehnert

Results 16 issues of Alex Dehnert

Fixes #678. ## Proposed changes As described in #678 , when the SAML backend supplies a `fullname`, it's desirable for my Django user to have `first_name` and `last_name` set. This...

According to https://python-social-auth.readthedocs.io/en/latest/configuration/settings.html, "All settings can be defined per-backend by adding the backend name to the setting name, like SOCIAL_AUTH_TWITTER_LOGIN_URL". This changes user.py to actually use per-backend settings for options...

### Expected behaviour When the SAML backend supplies a `fullname`, my Django user should have `first_name` and `last_name` set: if `fullname` is set but not `first_name`/`last_name`, PSA should (optionally?) generate...

This PR adds support for an asyncio Zulip API (#483) and a discord mirroring script using it. It's definitely not ready to merge, but I think it'd be useful to...

size: XL

[The documentation notes](https://django-reversion.readthedocs.io/en/stable/api.html#creating-revisions): > Bulk actions, such as Queryset.update(), do not send signals, so won’t be noticed by django-reversion. It would be helpful to expand that infobox with how people...

Between [1.8.0](https://django-reversion.readthedocs.io/en/stable/changelog.html#id50) and 1.8.6 (#380), reversion used `bulk_create` when creating versions, which presumably dramatically improved performance when creating a revision with many changed model instances[1]. It sounds like the motivation...

The name seems to have been django-revisions in most places, but there were a couple where it was django-versioning, which is confusing. My sense is that it's supposed to be...

(This is based on top of the python-hesiod pull request (#2); if both this pull request and that one look good, you may just want to merge this one.)

This merges in Evan Broder's Python hesiod library (http://ebroder.net/code/PyHesiod).

When debugging issues with droplets, it would be helpful if mentors could ssh in. It probably makes sense to implement this by putting an ssh key on a shared machine,...

droplet