Ticket #11471: callable_typo.diff
File callable_typo.diff, 569 bytes (added by , 15 years ago) |
---|
-
django/contrib/admin/options.py
482 482 483 483 def get_action(self, action): 484 484 """ 485 Return a given action from a parameter, which can either be a cal able,485 Return a given action from a parameter, which can either be a callable, 486 486 or the name of a method on the ModelAdmin. Return is a tuple of 487 487 (callable, name, description). 488 488 """