#django5 β Public Fediverse posts
Live and recent posts from across the Fediverse tagged #django5, aggregated by home.social.
-
- https://adamj.eu/tech/2025/04/07/django-whats-new-5.2/#automatic-model-imports-in-the-shell
The new How to customize the shell command (https://docs.djangoproject.com/en/5.2/howto/custom-shell) documentation page covers adding extra automatic imports by defining a custom shell command override.
Hereβs an example that goes beyond the docs:
Thanks @adamchainz ππ»
-
Sarah Boyce is giving the talk "Hidden gems of Django 5.x" at DjangoCon US 2024 in Durham, North Carolina (US) π
https://2024.djangocon.us/talks/hidden-gems-of-django-5-x/
#Django #DjangoCon #DjangoConUS #DjangoConUS2024 #Django5 #Gems #Fellow #Accessibility
-
π #Django5.1 has been out for a month! Key updates include #Querystring Template Tag, #PostgreSQL connection pools, LoginRequiredMiddleware, and improved testing tools. Note: MariaDB 10.4 & PostgreSQL 12 are no longer supported.
See Blog: https://link.medium.com/3xVDv7mJMMb
#python #coding #django #django5 -
It's a Django 5.0 kind of day: I'm diving straight into the heart of the matter with the new field group feature. It will allow me to consequently lighten my templates. Yay!
Django upgrade went smooth, everything is working fine. Had an issue with django-countries but it was quickly fixed (https://github.com/SmileyChris/django-countries/issues/447).
-
Ooh that was fast. #django5 has been yesterday released and today I already have the #dependabot #pr to bump Django for #easyticketsapp.
Unfortunately the #cicd pipeline fails so I have to investigate what breaks with the new version. Best case only some #dependencies
-
Django 5.0 has been released π
After months of work, everyone can use this great new version π
My favorite features are:
β’ π€ generated fields
β’ β database default values
β’ π prefetch related for generic foreign keysWhich are your favorite features?
https://www.djangoproject.com/weblog/2023/dec/04/django-50-released/#Django #GeneratedField #GeneratedColumn #Database #ORM #SQLite #PostgreSQL #MySQL #MariaDB #Default #ForeignKey #Django5 #Python #Python312 #Web #Framework #Release #ORM
-
Django 5.0 has been released π
After months of work, everyone can use this great new version π
My favorite features are:
β’ π€ generated fields
β’ β database default values
β’ π prefetch related for generic foreign keysWhich are your favorite features?
https://www.djangoproject.com/weblog/2023/dec/04/django-50-released/#Django #GeneratedField #GeneratedColumn #Database #ORM #SQLite #PostgreSQL #MySQL #MariaDB #Default #ForeignKey #Django5 #Python #Python312 #Web #Framework #Release #ORM
-
Django 5.0 has been released π
After months of work, everyone can use this great new version π
My favorite features are:
β’ π€ generated fields
β’ β database default values
β’ π prefetch related for generic foreign keysWhich are your favorite features?
https://www.djangoproject.com/weblog/2023/dec/04/django-50-released/#Django #GeneratedField #GeneratedColumn #Database #ORM #SQLite #PostgreSQL #MySQL #MariaDB #Default #ForeignKey #Django5 #Python #Python312 #Web #Framework #Release #ORM
-
Django 5.0 has been released π
After months of work, everyone can use this great new version π
My favorite features are:
β’ π€ generated fields
β’ β database default values
β’ π prefetch related for generic foreign keysWhich are your favorite features?
https://www.djangoproject.com/weblog/2023/dec/04/django-50-released/#Django #GeneratedField #GeneratedColumn #Database #ORM #SQLite #PostgreSQL #MySQL #MariaDB #Default #ForeignKey #Django5 #Python #Python312 #Web #Framework #Release #ORM
-
Django 5.0 has been released π
After months of work, everyone can use this great new version π
My favorite features are:
β’ π€ generated fields
β’ β database default values
β’ π prefetch related for generic foreign keysWhich are your favorite features?
https://www.djangoproject.com/weblog/2023/dec/04/django-50-released/#Django #GeneratedField #GeneratedColumn #Database #ORM #SQLite #PostgreSQL #MySQL #MariaDB #Default #ForeignKey #Django5 #Python #Python312 #Web #Framework #Release #ORM
-
OK, I went through the release notes I am loving the GeneratedField option and being able to set SQL-level defaults in the db. Both will be useful.
-
I found my second bug in Django 5.0 after the feature freeze π
It's related to GeneratedField and DecimalField and maybe you can help to fix it π
https://code.djangoproject.com/ticket/34877#django #django5 #bug #generatedfield #decimalfield #sql #orm #migrations
-
I found my first bug in Django 5.0 after the feature freeze π
It's related to GeneratedField and JSONField and maybe you can help to fix it π
https://code.djangoproject.com/ticket/34861#django #django5 #bug #generatedfield #jsonfield #json #sql #orm #migrations