diff options
| author | andredelorme <andre.delorme@runbox.com> | 2015-04-09 12:27:09 -0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-09 13:44:31 -0400 |
| commit | 190afb86187e42c449afe626cff31f65b4781aa2 (patch) | |
| tree | 26cec8f6173e88dc8b7a9b39f6762fafe4d0beb6 /docs | |
| parent | b1dc128a03fc586b42a0d9f26dfe0bc7655ea6e8 (diff) | |
[1.8.x] Fixed typo in docs/ref/contrib/admin/index.txt
Backport of d5d92260bbc5b00abc9d59a1987efb6a322bd3cd from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index ee47a6cf00..c6b047c8c6 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -1443,7 +1443,7 @@ templates used by the :class:`ModelAdmin` views: # ... context = dict( # Include common variables for rendering the admin template. - self.each_context(request), + self.admin_site.each_context(request), # Anything else you want in the context... key=value, ) |
