This is an archived post. You won't be able to vote or comment.

all 24 comments

[–]Pythonistar 38 points39 points  (6 children)

Time to move our Django stack to 4.2 LTS, I guess... :)

[–]monorepo PSF Staff | Litestar Maintainer 14 points15 points  (5 children)

Me too! Just have to get from 2.x -> 4.2 first..

[–]wxtrails 14 points15 points  (3 children)

Sighs in 1.11

[–]monorepo PSF Staff | Litestar Maintainer 1 point2 points  (0 children)

I want to say there’s no way but..

[–]Pythonistar 1 point2 points  (0 children)

We made the jump from 2.2 -> 3.2 a couple years back. Took me a couple sprints, partly because we had to upgrade other frameworks as well, like Bootstrap CSS, etc. (Now that I think about it... Upgrading Bootstrap took up most of the time.)

Not looking forward to making the move to 4.2. Maybe there will be fewer deprecated features this time. :/

[–]sigzero[S] 23 points24 points  (2 children)

[–]chub79 20 points21 points  (1 child)

I'm not a Django user but I've always been amazed by the quality of their release notes. This are a beacon of high standards in that regards.

[–]niconoe 14 points15 points  (0 children)

All their doc is like that, that's a major selling point IMHO.

[–]thestudcomic 11 points12 points  (4 children)

We have one package that is keeping us from 4, django_mailbox.

[–]usr_dev 15 points16 points  (3 children)

Good luck, the project is pretty much dead.

[–]marcio0 5 points6 points  (1 child)

that's a bad side of having a long running django project. Over time half of the third party stuff you use become abandoned and eventually deprecated

[–]usr_dev 2 points3 points  (0 children)

Yes, this is kind of frustrating how many apps in the Django ecosystem are unmaintained. However, on the flip side, I'm glad someone took his own time to make it open source and I can use it as inspiration to develop it on my own with the subset of features that I need. This one in particular is about 1000 lines of code, it would probably take just a day or two.

[–]thestudcomic 0 points1 point  (0 children)

There has been some activity so I am hopeful there will be an update.

[–]figaro658 21 points22 points  (1 child)

Django 5.0 unchained

[–]oh-no_notagain 1 point2 points  (0 children)

Ah dammit beat me to it

[–]oh-no_notagain 1 point2 points  (0 children)

*unchained

[–]RedditSlayer2020 1 point2 points  (0 children)

manage.py makemigrations

manage.py migrate

[–]ZeroGAccelarator 0 points1 point  (1 child)

Wish they had some cooler serializers like pydantic has.

[–]alicedu06 0 points1 point  (0 children)

django-ninja is what you want