Tim Schilling

Results 66 issues of Tim Schilling

Expands tox tests. Relates to #494

I've only tested this with Django 2.2 and python 3.7.5. When attempting to use the thumbnail templatetag, specifying `anchor='c'` causes the template to render and cause an infinite recursion error....

It will be easier to contribute if the style preferences of the project were enforced automatically. pre-commit is a tool that supports this. I've set it up to apply black,...

Handles the deprecation of django.utils.timezone.utc This required aliasing utc dynamically based on the version of Django in the utils module.

Moving [this part](https://github.com/snok/django-auth-adfs/issues/173#issuecomment-1020244951) of the conversation from #173 to here. > Looks like sAMAccountName is not available for groups entirely managed within Azure AD: https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-fed-group-claims > > > sAMAccountName and...

By using Django's `bulk_create` and set operations we can reduce the time complexity of this function from two sorts to none and from 3 + (2ish * (claim_groups - existing...

The [fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch) and [XHR](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest) are different. The example app uses `fetch` so we can't trigger the auto update functionality without a change. Realistically we should instrument both.

Beginner friendly

In order to support Channels' non-django request possibilities, we need to start making the toolbar more flexible.In order to support Django Channels out of the box we need to support...