mirror of
https://github.com/django/django.git
synced 2025-01-22 08:10:28 +00:00
45466f11f2
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.