Schalk Neethling
07/13/2022, 9:07 PMmodel Difficulty
or, model Difficulties
. I kinda think the singular is stuck in my head because of the Django ORM, but I am not sure 🙂Yuval Datner
07/13/2022, 9:18 PMPerson
and not People
because this reads funny
People Schalk = new People(name = "Schalk")
People Yuval = new People(name = "Yuval")
People[] Peoples = new Array { Schalk, Yuval }
Anyways, your instincts are right :)Schalk Neethling
07/13/2022, 9:33 PM