mirror of
https://github.com/django/django.git
synced 2025-04-16 13:24:38 +00:00
We can avoid the function call and assignment overhead which could be significant when instantiating many lazy objects. It's still easy enough to read too.