[1.0.X] Fixed #11454 -- Corrected mismatched parenthesis in admin docs. Thanks to seveas for the report.
Merge of r11217 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11222 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
79af110d37
commit
667042a060
@ -703,7 +703,7 @@ provided some extra mapping data that would not otherwise be available::
|
|||||||
'osm_data': self.get_osm_info(),
|
'osm_data': self.get_osm_info(),
|
||||||
}
|
}
|
||||||
return super(MyModelAdmin, self).change_view(request, object_id,
|
return super(MyModelAdmin, self).change_view(request, object_id,
|
||||||
extra_context=my_context))
|
extra_context=my_context)
|
||||||
|
|
||||||
``ModelAdmin`` media definitions
|
``ModelAdmin`` media definitions
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user