[-] mrgreen@programming.dev 29 points 6 months ago

Won't he stop doing videos in like a week?

[-] mrgreen@programming.dev 2 points 6 months ago

The reasoning does not seem that convincing. I also don't create new instances from the Manager but instead use the normal constructor like this:

instance = models.MyModel(...)
# instead of something like
models.objects.create(...)

So I would want alternative constructors in the same place...

mrgreen

joined 6 months ago