diff options
| author | Daniele Procida <daniele@vurt.org> | 2013-09-20 16:04:18 -0700 |
|---|---|---|
| committer | Daniele Procida <daniele@vurt.org> | 2013-09-20 16:04:18 -0700 |
| commit | a991b01167ea187f8b1e249f7d5a56d26440e386 (patch) | |
| tree | 600f231f49deb3c7af56d0b466e2ccc0bad412e5 /docs/ref | |
| parent | 4db2752e28668ed8826b770ef2ed26e8c1562db6 (diff) | |
| parent | dc8f95b639f9ebe65d2188cb3e4f04f9fd68e384 (diff) | |
Merge pull request #1463 from evildmp/ticket_20877_work_in_progress
Many thanks to all involved in discussions, and in particular to Tim Graham for painstaking reviews.
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:: |
