Issue 30: Doesn't work with recent django versions (>0.96.2)
Status:  Fixed
Owner: ----
Closed:  Oct 2008
Reported by prabhu.s...@gmail.com, Aug 28, 2008
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. 
init.patch
982 bytes   View   Download
signals.patch
776 bytes   View   Download
Sep 5, 2008
#1 t...@gnu.org
Attached is a patch against django-mptt-0.2.1 to make it work with Django-1.0.

Tom Cato
mptt-for-django-1.0.patch
2.6 KB   View   Download
Oct 12, 2008
Project Member #2 jonathan.buchanan
Fixed by brosner in revision 106
Status: Fixed