Sarah Boyce

Results 246 comments of Sarah Boyce

I imagine some action is required based off this: https://github.com/django/django/pull/17834#issuecomment-2341686247 > We need to bump the minimum requirement version 2.0.0 as from this version it ensures all the connections are...

I have rebased and pushed some minor tweaks to the commit message and docs. Please be careful when pushing :+1:

> @sarahboyce Since all tests have passed, are we ready to proceed with the merge? To me, this looks good. :tada: But I am in no rush to merge this....

> The CI error appears to be a configuration issue, and I believe it may be resolved with a second run. Can we rerun the CI? Don't worry about this...

> Thanks for working on this! > > About the model design, did you consider a custom through model for the `Team.members` m2m that would have an `active` boolean field?...

> > About the model design, did you consider a custom through model for the `Team.members` m2m that would have an `active` boolean field? > I can do this Before...