7 ms·
But you have to be careful that all dependencies are up-to-date as well.
by primozk 7y ago
But you have to be careful that all dependencies are up-to-date as well.
- vdfs 7y agoNo to mention each new release have many incompatibility that you need to read the release note to find out
- BozeWolf 7y agoDjango is very good at being backwards compatible. Deprecated functions emit warnings for a few releases before being removed. They are also documented. Do you have some examples? Are you sure you are not confused with dependencies? The release notes mention less than ten deprecations related to django. Other stuff which is not supported anymore is mostly non supported database versions. https://docs.djangoproject.com/en/3.0/releases/3.0/#backwards-incompatible-3-0 https://docs.djangoproject.com/en/3.0/releases/3.0/#backward...
- marcosdumay 7y agoThe Django incompatibilities is a small problem. If you do sign-up for the theory that it's better to use its ecosystem, the changes on the related projects are much larger.