mirror of
https://github.com/django/django.git
synced 2025-03-06 07:22:32 +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.