diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-05-21 21:29:14 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-05-21 21:29:14 +0200 |
| commit | 5d164569916b44e476a3fa2a292c6fe9c6735177 (patch) | |
| tree | 0fc49e0b9cfa5e34f8036c127f27b85b5ddc3bc4 | |
| parent | 70679243d1786e03557c28929f9762a119e3ac14 (diff) | |
Fixed #20476 -- Typo.
| -rw-r--r-- | docs/ref/class-based-views/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/class-based-views/index.txt b/docs/ref/class-based-views/index.txt index a027953416..821edc0874 100644 --- a/docs/ref/class-based-views/index.txt +++ b/docs/ref/class-based-views/index.txt @@ -32,7 +32,7 @@ A class-based view is deployed into a URL pattern using the .. admonition:: Thread safety with view arguments Arguments passed to a view are shared between every instance of a view. - This means that you shoudn't use a list, dictionary, or any other + This means that you shouldn't use a list, dictionary, or any other mutable object as an argument to a view. If you do and the shared object is modified, the actions of one user visiting your view could have an effect on subsequent users visiting the same view. |
