davegaeddert
4 days, 3 hours ago
User.objects.all()
is now User.query.all()
Objects is a hugely overused term, and with the new Manager->QuerySet merge, I think "query" makes sense
IDEs and type checkers are also much more compatible out of the box now 🦾