mirror of
https://github.com/django/django.git
synced 2025-05-06 23:16:29 +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.