Jeremy White

Results 61 comments of Jeremy White

@shanemcd I resolved linting and licensing errors in tests, schema I test looks to be pulling from S3 so I am guessing that is expected to fail since I am...

@shanemcd was able to fix my issues with screen tests. Now all tests that should pass do pass and is ready for review. Only test expected to fail is API...

@john-westcott-iv I fixed the two issues, pending to head if ssl verify is needed. Also rebased, got a little wonky in the process but I think everything is good. Let...

@jay-steurer rebased again 😃

Good catch, will look into changes needed. That was the initial source of the request.

@glennmatthews I think the failure is from how I am interacting with the DynamicGroup model. I have always been told to not reference model code in migrations as it is...

Is there a post migration signal we can do or better to wrap in a management command?

@glennmatthews & @itdependsnetworks thoughts on adding this to the plugin config? https://docs.djangoproject.com/en/3.2/ref/signals/#post-migrate Thought would be to query all the DGs and perform a validated_save() on them and if it fails...

@itdependsnetworks I need to swap the updated migrations to what Glenn linked.

@glennmatthews can you take a peak?