Is there an easy way to check library compatibility with Django versions? -


i have inherited django application on 1.4 (so no longer officially supported). working way through django versions, upgrading application , many of libraries used in application quite old versions well.

is there easy / standard way know versions of library compatible specific django releases?


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -