browniebroke.com

James Bennet's DjangoVer suggestion

25 November 2024
Edit on Github

I saw this post from James Bennet shared around in a few places last week, and only came around to read it now. The TL;DR is that it’s making the case for “DjangoVer”, a versioning scheme to align 3rd party Django packages versions with the latest version of Django version they support.

I think it’s a great idea, it would make it much easier to see at a glance in your requirements.txt/pyproject.toml if you’re ready to upgrade, or at least give you an idea on likely you’re ready to upgrade:

I’ll think about it for a while, but I’ll probably move my projects to this scheme at some point.

Liked it? Please share it!