Hugh

Results 17 comments of Hugh

It looks like you and I are attempting to do the same thing, which is exclude using a prefix. See [example 9](https://github.com/minio/mc/blob/master/cmd/mirror-main.go#L179) in the help: ``` 09. Mirror a bucket...

I'm forking the repo to do this, as I need this functionality right now, but I'll open a PR back into this repo once it's ready for primetime. Also, thanks...

Ahh, looks like `dictor` doesn't like the settings object, but this works ``` if hasattr(settings, "AUTHENTICATION_BACKENDS") and settings.AUTHENTICATION_BACKENDS: model_backend = settings.AUTHENTICATION_BACKENDS[0] else: model_backend = "django.contrib.auth.backends.ModelBackend" ```

I was just saying that my initial suggested code snipped didn't work because `dictor` works on dictionaries, but `settings` is a module with attributes, hence the use of `hasattr` in...

No problem, I thought I filled it out, but I'll go do it now.

Yeah, if I go to `https://cla-assistant.io/grafana/django-saml2-auth?pullRequest=73` and log in with GitHub, it tells me I've already signed it. If this isn't the correct way to do that, please let me...

Whoops, sorry, I copied the link from a different pr and just changed the number when I pasted it in my browser, I forgot to change the number when I...

Ah, there we go, I forced a recheck with cla assistant and that seems to have done the trick.

@mostafa do you have a moment to review this PR?