Django 5.0
djangoproject.com
Django 5.0
1–10 of 237 posts
Re: Django 5.0
#2Related Community Resources
* New goodies in Django 5.0 [blog]: https://fly.io/django-beats/new-goodies-in-django-50/
* What's new in Django 5.0 [video]: https://youtu.be/lPl5Q5gv9G8?feature=shared
* Database generated columns⁽¹⁾: Django & SQLite [blog]: https://www.paulox.net/2023/11/07/database-generated-columns...
* Database generated columns⁽²⁾: Django & PostgreSQL [blog]: https://www.paulox.net/2023/11/24/database-generated-columns...
* Building a Bootstrap styled form in vanilla Django [blog]: https://smithdc.uk/blog/2023/bootstrap_form_in_vanilla_djang...
Re: Django 5.0
#3In recent years Django had multiple major releases, I still remember it as being in 1.x forever. Does somebody know what changed within the Django Community that they break backward compatibility more often?
Re: Django 5.0
#4Sadly I don't use Django anymore at work but it still has a special place in my heart. The ORM model is the best I've ever worked with and any other always feels clunky with sharp edges to cut you when you hold it wrong. In recent years Django had multiple major releases, I still remember it as being in 1.x forever. Does somebody know what changed within the Django Community that they break backward compatibility mor…
https://docs.djangoproject.com/en/dev/internals/release-proc...
Re: Django 5.0
#5Sadly I don't use Django anymore at work but it still has a special place in my heart. The ORM model is the best I've ever worked with and any other always feels clunky with sharp edges to cut you when you hold it wrong. In recent years Django had multiple major releases, I still remember it as being in 1.x forever. Does somebody know what changed within the Django Community that they break backward compatibility mor…
Re: Django 5.0
#6I've read a lot of love for Litestar (formerly Starlite), since it seems people prefer it over FastAPI, Flask, etc.
Or is the preferred web framework still Django?
Re: Django 5.0
#7They've been trying to improve forms for a long time but it still sucks. I think they should just remove it at this point and let external packages solve the problem.
Re: Django 5.0
#8Re: Django 5.0
#9Another boring release without much innovation. I wonder what's stopping Django from releasing more useful features like other frameworks are doing. Maybe the team is stuck in the past. They've been trying to improve forms for a long time but it still sucks. I think they should just remove it at this point and let external packages solve the problem.
Re: Django 5.0
#10What's the preferred Python Web Framework these days? I've read a lot of love for Litestar (formerly Starlite), since it seems people prefer it over FastAPI, Flask, etc. https://litestar.dev Or is the preferred web framework still Django?