We are planning to update Django version(4.2.17) to curent version in openedx quince

is it possible, if possible what is the consequences we will face.

Hi @Venkata_Sai_Durga - I don’t think this will be possible due to changes/deprecations that were made, but I’ll let @tpayne or @feanil weigh in.

In order to upgrade from Django 4.2 to 5.2, the biggest issue we ran into was around the migration to the new django storages configuration. The platform uses django storages in a lot of places and you’ll have to migrate them to use the new STORAGES setting instead of the old default storages.

That’s the work that took longest to but there were other smaller stuff, all the work was tracked under Django 5.2 Upgrade · Issue #339 · openedx/public-engineering · GitHub if you want to get a sense of the scale.

@Venkata_Sai_Durga what’s preventing you from upgrading to newer release of the platform?