mirror of
https://github.com/django/django.git
synced 2025-01-18 14:24:39 +00:00
a697424969
PathInfo values are ostensibly static over the lifetime of the object for which they're requested, so the data can be memoized, quickly amortising the cost over the process' duration.