Commit b4caa91c authored by Tim Graham's avatar Tim Graham
Browse files

Added missing parameter to each_context() in doc example.

parent 648e516b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1409,7 +1409,7 @@ templates used by the :class:`ModelAdmin` views:
                # ...
                context = dict(
                   # Include common variables for rendering the admin template.
                   self.each_context(),
                   self.each_context(request),
                   # Anything else you want in the context...
                   key=value,
                )