Sarah Boyce
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...
buildbot, test on oracle.
I have rebased and pushed some minor tweaks to the commit message and docs. Please be careful when pushing :+1:
buildbot, test on oracle.
> @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....
buildbot, test on oracle.
> 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...
Sorry for the wrong ping! :woman_facepalming:
> 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...