v0.160.0
Plain davegaeddert
Plain
by davegaeddert
11 months, 2 weeks 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 🦾