What steps will reproduce the problem?
1. After Signal refactoring - http://code.djangoproject.com/wiki/
BackwardsIncompatibleChanges#Signalrefactoring, mptt seems broken
You will get the below error
dispatcher.connect(pre_save, signal=model_signals.pre_save, sender=model)
AttributeError: 'module' object has no attribute 'connect'
What is the expected output? What do you see instead?
It should work.
What version of the product are you using? On what operating system?
0.2.1
Please provide any additional information below.
Have fixed this issue. Please use the attached patch file.
2.6 KB View Download