Issue 10: manage.py loaddata does not work with mptt
Status:  Fixed
Owner:
Closed:  Jan 2008
Reported by myer0...@gmail.com, Jan 17, 2008
Reading through your test code it appears that fixtures will not work
because the pre_save signal does not have the 'raw' argument.

I have applied the patch contained in
http://code.djangoproject.com/ticket/5422 to my django source and I have
changed my mptt source to work with the patch. I've attached a patch that
should be backwords compatible for anyone without their django source
patched. Then hopefully when the django ticket is committed djanog-mptt
will work with fixtures for everyone.

Robert
signal_raw_save.diff
743 bytes   View   Download
Jan 17, 2008
Project Member #1 jonathan.buchanan
There's a note about this ticket in the tests - this is definitely a current
limitation which should be made more visible.

I just hadn't thought to put the code in there anyway for people who were prepared to
patch their version of Django, so thanks for the patch.
Status: Accepted
Owner: jonathan.buchanan
Jan 17, 2008
Project Member #2 jonathan.buchanan
Fixed in revision 92.
Status: Fixed