from Hacker News

Django 5.2 Released

by j4mie on 4/2/25, 1:48 PM with 22 comments

  • by ericholscher on 4/2/25, 2:36 PM

    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!

  • by newswangerd on 4/2/25, 1:53 PM

    > 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.

  • by 999900000999 on 4/2/25, 2:32 PM

    I just started using Django a few weeks ago, but it's so much more flexible than Supabase/Firebase. I feel like I have much better control now.
  • by belter on 4/2/25, 2:28 PM

    In 2025, how much does it still make sense to go the Django way vs FastAPI ? Looking for well founded opinions. Not controversy.
  • by devwastaken on 4/2/25, 3:46 PM

    i remember attempting to use django for building an SPA and implementing the rest api was not at all batteries included and came with many gotchas.