I searched the bug tracker and the django users with no results, so is what I'm seeing a bug?
I have a form wizard that is using a callable within condition_dict. If I try to access "wizard.steps.current" inside the callable, I get the following error:
"maximum recursion depth exceeded in __instancecheck__"
| Exception Location: |
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy.py in _reconstruct, line 307 |
|---|
Just trying to figure out if I should file a bug report or I'm doing something wrong?