First time here? Check out the FAQ!
1

What needs to be done to make askbot work with Django 1.4?
 

I can't downgraqde to django 1.3.1. What is it that prevents me to use django 1.4?

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)
bkuberek's avatar
11
bkuberek
asked 12 years ago
Evgeny's avatar
13.2k
Evgeny
updated 12 years ago

Comments

see more comments

1 Answer

1

This applies to askbot version 0.7.43. I've looked at the list of backwards incompatible changes in the Django release notes and so far found this:

  • Stop using messaging system from contrib.auth. I suggest to implement an internal system similar to the old style messaging as a temporary solution to speed up the migration.
  • Eliminate use of request.raw_post_data in the python code.
  • Change to using new style Feed in askbot/feeds.py.

We need to make sure that migrated code still works with Django 1.2.

Please feel free to make pull requests on github, thank you for your help.

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 12 years ago
todofixthis's avatar
1.3k
todofixthis
updated 12 years ago
link

Comments

Do you know the timeline for the support of Django 1.4?

Thank you for your answer!

neurix's avatar neurix (12 years ago)

No definitive time line, but quite soon. It seems to be the next important item in the queue.

Evgeny's avatar Evgeny (12 years ago)

It would be useful for us in Fedora as well

mether's avatar mether (12 years ago)
see more comments