Ticket #7757: options.py.patch
File options.py.patch, 615 bytes (added by , 16 years ago) |
---|
-
django/contrib/admin/options.py
540 540 'root_path': self.admin_site.root_path, 541 541 } 542 542 context.update(extra_context or {}) 543 return self.render_change_form(request, context, add=True )543 return self.render_change_form(request, context, add=True, form_url=form_url) 544 544 545 545 def change_view(self, request, object_id, extra_context=None): 546 546 "The 'change' admin view for this model."