scott sadler <[EMAIL PROTECTED]> added the comment:
A short update, I believe that the reason that it was working in one
instance was because of some abstractions by a base class (Django model,
get_absolute_url).
___
Python tracker <[EMAIL PROTECTE
New submission from scott sadler <[EMAIL PROTECTED]>:
Calling a function created by _functools.partial as a method raises an
exception:
"TypeError: method_new() takes exactly n non-keyword arguments (0 given)"
Where method_new is the function passed into partial() and n