Nick Travis
Nick Travis
https://github.com/k6io/django-saml2-auth was the fork that our org found with more recent updates
We're also being hit by this, and would be quite happy to see it get merged in! @fangli do you have any objections to this as a fix to behavior?
@fangli any reason not to merge?
Experiencing similar issue trying to upgrade several of our projects from 3.x to 4.x and finding our beat tasks missing (but found in the djcelery table).
@tgehrs sounds like you performed a migration outside of migrations :) if the original djcelery is completely dead (no future updates), it would be good to have one update pushed...
From https://packaging.python.org/requirements/ > It is not considered best practice to use install_requires to pin dependencies to specific versions, or to specify sub-dependencies (i.e. dependencies of your dependencies). This is overly-restrictive,...
It probably depends on what your goal. If you want to check your project against different versions of its dependencies, you should be able to instruct Travis to install different...
@cooperlees > Is there anything we could do in the Bandersnatch repo to tell pyup.io to stop with urllib3 for now? https://pyup.io/docs/bot/filter/
The way this is handled in Django is leveraging a secure header (e.g. one you have scrubbed and maintained as safe, typically `X-Forwarded-Proto`) which seems like it could be pulled...