|
|
|
|
|
by simonlebo
4008 days ago
|
|
I've been starting a few Django projects during the last few years and I have had trouble finding packages that are compatible with the latest versions. Maybe their release cycle is too fast for all the 3d party apps to keep track? Also I find that some of these 3d party apps use a notation like >= Django 1.X but that's not really true because of backwards incompatibility.
A clearer way to know what exact version Django apps are compatible with would already be really helpful. |
|
Currently 112 packages on the index classify as Django 1.8 compatible:
https://pypi.python.org/pypi?:action=browse&c=605
So encourage package maintainers to use those classifiers, and you'll be able to tell easily which packages are and aren't compatible :)