Closed GoogleCodeExporter closed 9 years ago
Old django, probably. They have signals refactored 2 months ago.
Original comment by mocksoul
on 6 Dec 2008 at 12:27
[deleted comment]
Thanks, but I run django from the svn and I have tried it with a number of
recent
versions.
Original comment by jim.heff...@gmail.com
on 9 Dec 2008 at 1:28
I'm having the same issue here, running Django 1.0.1 final. The cause of this
issue
is the removal of some old deprecated methods in the dispatcher, see Django
changeset
#8291.
http://code.djangoproject.com/changeset/8291
Original comment by Jonatan....@gmail.com
on 20 Dec 2008 at 8:59
I had the same issue, but after banging my head against a wall for a few hours
I came
up with a solution that worked for me (on a linux box).
My problem stemmed from the fact that i had used the installer BEFORE trying to
install an up to date version from svn.
First I deleted "/usr/local/lib/python2.5/site-packages/mptt/" to remove the
older
version of mptt.
Then I used svn to get the latest release of mptt.
Finally I opened a terminal in mptt-trunk and ran "sudo python setup.py
install" to
install the new version.
Also, if you haven't done so, you might want to run "svn update" in your
django_trunk
folder.
Good Luck
-Caz
Original comment by skopsyc...@gmail.com
on 25 Jan 2009 at 6:30
> Comment 5 by skopsycats, Jan 25, 2009
Thank you for this. It is exactly what I needed to hear.
Just a note for anyone reading this who had the same problem: the docs on the
web
page similarly have to be updated. In particular, you need to say
order_insertion_by=['title'] (making it a list). The docs from the svn are
correct.
Original comment by jim.heff...@gmail.com
on 5 Feb 2009 at 7:15
Thanks, you saved me a lot of time.
Original comment by lenko...@gmail.com
on 6 Jun 2009 at 6:37
Yes - the current SVN release has it fixed.
Thank you.
Original comment by uszywiel...@gmail.com
on 30 Aug 2009 at 7:27
Fixed for me as well
Original comment by abdulrah...@gmail.com
on 14 May 2010 at 1:01
Awesome, thanks!
Original comment by lardissone
on 17 Jun 2010 at 5:23
Confirmed! works with mptt revision 121 and django 1.2.
Original comment by rumi.kg@gmail.com
on 18 Jun 2010 at 2:13
The recently added 0.3 release and the source checkout from github work with
Django 1.1+
The SVN repo is now out of date, if you are using it please upgrade to 0.3 or
checkout the github source.
(also the order_insertion_by bug is fixed in HEAD - it now accepts either
string, tuple, or list)
Original comment by craig.ds@gmail.com
on 2 Sep 2010 at 1:01
Original issue reported on code.google.com by
jim.heff...@gmail.com
on 29 Nov 2008 at 1:32