First time here? Check out the FAQ!
0

'NoneType' object does not support item assignment

  • retag add tags

After updating to 0.7.33, I get a type error

http://ask.stg.fedoraproject.org/questions/

mether's avatar
1.5k
mether
asked 2011-12-09 04:42:43 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

I have deployed the latest version on apache and do not get an error like this.

Maybe you forgot to run migrations?

edit: @mether thank you! now I am re-testing with lower versions of Django and will ask developers to use the lowest version of django we aim to support. I think at the moment it is 1.1, but this is debatable.

Evgeny's avatar
13.2k
Evgeny
answered 2011-12-09 14:01:44 -0500, updated 2011-12-10 09:40:03 -0500
edit flag offensive 0 remove flag delete link

Comments

Apparently a Django 1.2x compatibility issue. Details sent to you on email.

mether's avatar mether (2011-12-09 19:49:47 -0500) edit

We are running Django 1,2.6 in our infrastructure now and that is unlikely to change anytime soon. It is crucial for us that new releases of Askbot continue to be compatible with the base components we have. We will continue to push for more features via ideas or patches since we have a lot of requests http://ask.fedoraproject.org/questions/?tags=meta. Thanks.

mether's avatar mether (2011-12-10 09:45:30 -0500) edit
add a comment see more comments
0

How did you guys solve this? We are running 1.3.1 and would like to stay there, possibly changin to with 1.2.7

Thanks!

Erik Larsson's avatar
41
Erik Larsson
answered 2011-12-13 07:08:00 -0500
edit flag offensive 0 remove flag delete link

Comments

Fixed with this commit https://github.com/ASKBOT/askbot-devel/commit/6db4407af3ed35891afc0c548bdcd1d27bf460fd just removed some code specific to Django 1.3 and some code that works only in Python 2.7.

Evgeny's avatar Evgeny (2011-12-13 07:14:47 -0500) edit

Thanks Evgeny, and thank your for an awesome product. We're been playing with it some days.

Erik Larsson's avatar Erik Larsson (2011-12-13 08:01:20 -0500) edit
add a comment see more comments