JAWD-001 / peer_mentoring

Peer Mentoring Application
0 stars 1 forks source link

Main updates #64

Closed JAWD-001 closed 1 year ago

JAWD-001 commented 1 year ago

Similar as #63 , but new with the added changes.

JAWD-001 commented 1 year ago

Yeah, I fixed it to be blank instead of null.Thank you,James Dycus, M.Ed.Sent from my iPhoneOn Jun 12, 2023, at 5:53 AM, Bob Belderbos @.***> wrote: @bbelderbos commented on this pull request.

In peer_mentoring/groups/models.py:

@@ -33,7 +33,9 @@ class Group(models.Model): moderator = models.ForeignKey( user, on_delete=models.CASCADE, related_name="moderator" )

  • banned_users = models.ManyToManyField(User, related_name="banned_from_groups")
  • banned_users = models.ManyToManyField(
  • User, related_name="banned_from_groups", null=True, blank=True

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you modified the open/close state.Message ID: @.***>