Hacker News new | ask | show | jobs
by kolanos 1657 days ago
Feels more like a Django 3.3 release than a 4.0 -- was expecting Django 4.0 to deliver the promised ORM async support.
2 comments

Django releases time based and a version 3.3. was part of the plan. 4.0 is released right now because it is December 2021. The versions after that will be 4.1, 4.2, 5.0, 5.1 etc. [0] It's different from how many other projects work but not unique, Ubuntu works in a similar way for example.

And although it might be different form what you're used to, I really like it. If you check their documentation, you can see exactly when they'll make breaking changes and features will be deprecated and removed.

[0] https://www.djangoproject.com/download/

Agree, doesn't deserve the 4.0 tag.

I was hoping for some progress on async ORM as well. Is there any word on when this is coming?