Commit 190afb86 authored by andredelorme's avatar andredelorme Committed by Tim Graham
Browse files

[1.8.x] Fixed typo in docs/ref/contrib/admin/index.txt

Backport of d5d92260 from master
parent b1dc128a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
                )