Live data from Hacker News

Django 5.2 Released

djangoproject.com

1–10 of 25 posts

Re: Django 5.2 Released

#2
> All models are automatically imported in the shell by default.

This is a huge usability improvement! We end up having to install shell plus in the dev environment on every project I've worked on, and it's not always available to us in production environments for debugging. Having models import automatically will be a big help.

Re: Django 5.2 Released

#3

> All models are automatically imported in the shell by default. This is a huge usability improvement! We end up having to install shell plus in the dev environment on every project I've worked on, and it's not always available to us in production environments for debugging. Having models import automatically will be a big help.

That was my main reason for installing Django Extensions absolutely everywhere I could.

Re: Django 5.2 Released

#7
post #4

In 2025, how much does it still make sense to go the Django way vs FastAPI ? Looking for well founded opinions. Not controversy.

Because boring and stable is good. I'm not a Django fan (Rails guy here) but it's battle tested for years, there's tons of support for it, it supports server-side rendering (not just a backend for React, which god help me if I ever have to touch that POS again), and even better people know and trust it. Go look up Meteor.js and the conversation around it 10 years ago, sounded the same, but gone and never to be heard from again.

Re: Django 5.2 Released

#10
Been using Django in production since 2008, and so happy with my choice. Absolutely amazing being able to keep the same knowledge and workflow for my whole career so far, and still have a modern, maintained piece of software as a base. The Django Admin still makes my life better all these years later.

Props to the Fellows who are keeping these releases running on time and getting better every year. Boring software FTW!

Post reply on HN