Re: django-mptt and fixtures

2008-09-03 Thread Martin Diers
The problem with fixtures in documented on the django-mptt page on Google code. There is a patch you need to apply to get them to work. The patch is not necessary for Trunk, however django-mptt does not work on trunk, as too much has changed - in particular, signals. I would really caution

django-mptt and fixtures

2008-09-03 Thread pihentagy
Hi all! Has anybody tried to load a fixture to a model class, which is registered with mptt? I tried and failed, all the internal columns need to be filled. Has anybody a solution how to dump and/or restore such tables? thanks Gergo --~--~-~--~~~---~--~~ You rece

django mptt and fixtures

2008-04-08 Thread novice
HI, I am using django mptt and I also want to use fixtures with my registered model. However, since mptt inserts fields that are NOT NULL, I was not able to do so. I found this link http://code.google.com/p/django-mptt/source/browse/trunk/docs/models.txt?r=100 where it was described that I have t