First time here? Check out the FAQ!
0

'NoneType' object does not support item assignment
 

After updating to 0.7.33, I get a type error

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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
mether's avatar
1.5k
mether
asked 13 years ago

Comments

see more comments

2 Answers

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!

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Erik Larsson's avatar
41
Erik Larsson
answered 13 years ago
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 (13 years ago)

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

Erik Larsson's avatar Erik Larsson (13 years ago)
see more comments
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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 13 years ago, updated 13 years ago
link

Comments

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

mether's avatar mether (13 years ago)

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 (13 years ago)
see more comments