Plain is headed towards 1.0! Subscribe for development updates →

davegaeddert

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 🦾