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:11 -0400 |
| commit | d5d92260bbc5b00abc9d59a1987efb6a322bd3cd (patch) | |
| tree | 72fa60b4233e5bd1cabb46dff6573c0a2f63dea8 | |
| parent | 5564d0f2ee9b33d30471eafef30efa71c7c47459 (diff) | |
Fixed typo in docs/ref/contrib/admin/index.txt
| -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 4b11fed58a..416a70e2f8 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -1419,7 +1419,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, ) |
