There are several projects on Django 1.4 that I work with on Windows 7. Django is installed globally, not under a virtual environment. Can I calmly delete version 1.4 and roll out version 1.5? Projects are quite simple, using the framework's capabilities to a minimum
1 answer
You can, if 1.4 did not swear at using deprecated features. If swearing - perhaps these features in 1.5 are removed altogether.
There is also an official list of backwards incompatible changes , but there is usually nothing critical.
- Thank you, I think nothing bad will happen. I don’t remember about deprecated, I don’t seem to have met - Bandicoot87
|