diff options
| author | evildmp <daniele@vurt.org> | 2013-09-20 23:21:49 +0100 |
|---|---|---|
| committer | evildmp <daniele@vurt.org> | 2013-09-20 23:21:49 +0100 |
| commit | dc8f95b639f9ebe65d2188cb3e4f04f9fd68e384 (patch) | |
| tree | 600f231f49deb3c7af56d0b466e2ccc0bad412e5 /docs/ref | |
| parent | 4db2752e28668ed8826b770ef2ed26e8c1562db6 (diff) | |
Fixed #20877 -- added a performance optimization guide
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/utils.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 59a501cf82..1e1ea4467c 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -495,8 +495,8 @@ Atom1Feed For cases like this, use the ``django.utils.functional.allow_lazy()`` decorator. It modifies the function so that *if* it's called with a lazy - translation as the first argument, the function evaluation is delayed until it - needs to be converted to a string. + translation as one of its arguments, the function evaluation is delayed + until it needs to be converted to a string. For example:: |
