If you are curious, I collected all the material from my talk at DjangoCon US 2025 in a blog post.

It includes the abstract, slides, the recorded video, and a short overview of the topics I covered.

https://www.paulox.net/2025/09/08/djangocon-us-2025/

#Django #DjangoCon #Talk #GeneratedField

DjangoCon US 2025

DjangoCon US is a six-day international conference for the community by the community about the Django web framework, held each year in North America.

Paolo Melchiorre

This morning I presented my talk "Django's Generated Field by Example" at DjangoCon US 2025 in Chicago. 🇺🇸

Thanks to all the attendees for filling the room and for all the interesting questions. 🤗

You can find the slides on my website. 👇
https://www.paulox.net/2025/09/08/djangocon-us-2025/

Photo of the talk by Muhammad Abdugafarov

CC @djangocon

#Django #DjangoCon #DjnagoConUS #DjangoConUS2025 #GeneratedField #GeneratedColumn #PostgreSQL #SQLite

Technical Track:
⚡ Track 2 starting now!

"Django's GeneratedField by example"

Dive deep into Django's powerful GeneratedField feature with real-world examples and practical use cases! 🚀

#DjangoConUS #Django #GeneratedField #WebDev #Database

#Django #PostgreSQL #GeneratedField

# (2024-03-20) 7 simple examples using Django GeneratedField

- https://tomdekan.com/articles/generated-field-examples

# Django 5.0 (2023-12-04)

- https://docs.djangoproject.com/en/dev/releases/5.0/#database-generated-model-field (Database generated model field)

The new GeneratedField (Django 5.0 (2023-12-04)) allows creation of database generated columns.

# https://www.postgresql.org/about/press/presskit12/#:~:text=postgresql%2012%20introduces%20%22generated%20columns.%22%20 (2019-10-03, PostgreSQL 12 introduces "generated columns." )

7 simple examples using Django GeneratedField ⚡️ - Tom Dekan

Do calculations with your database in a neat and extremely fast way

@realpython I'm glad to see in this episode, the mention of my article on Django 5.x generated fields and SQLite 😄

#Django #GeneratedField #SQLite

I've updated my first article about the new generated fields added in Django 5.0 and SQLite 🚀

I've improved the text and added some command outputs ✨

Give me your feedback 👇
https://www.paulox.net/2023/11/07/database-generated-columns-part-1-django-and-sqlite/

#Django #GeneratedField #GeneratedColumn #Database #Python #SQLite #SQL

Paolo Melchiorre - Database generated columns⁽¹⁾: Django & SQLite

An introduction to database generated columns, using SQLite and the new GeneratedField added in Django 5.0.

Paolo Melchiorre

I published my latest article in the series on database-generated columns, using PostgGIS, GeoDjango, and the GeneratedField added in Django 5.0 🤖🌍

Send feedback 👇
https://www.paulox.net/2023/12/11/database-generated-columns-part-3-geodjango-and-postgis/

#Django #Database #Python #SQL #PostgGIS #GeneratedColumn #GeneratedField #ORM #GeoDjango

Paolo Melchiorre - Database generated columns⁽³⁾: GeoDjango & PostGIS

An introduction to database generated columns, using PostgGIS, GeoDjango and the new GeneratedField added in Django 5.0.

Paolo Melchiorre

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 keys

Which 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 released

Posted by Natalia Bidart on December 4, 2023

Django Project

I published my second article about database generated columns, using PostgreSQL and new generated fields added in Django 5.0 🤖🐘

I'd be very happy to have your feedback 🤗
https://www.paulox.net/2023/11/24/database-generated-columns-part-2-django-and-postgresql/

#Django #Database #Python #SQL #PoatgreSQL #GeneratedColumn #GeneratedField #ORM

Paolo Melchiorre - Database generated columns⁽²⁾: Django & PostgreSQL

An introduction to database generated columns, using PostgreSQL and the new GeneratedField added in Django 5.0.

Paolo Melchiorre
I'm working on the 2nd article in the series on #GeneratedField and #PostgreSQL ✍️
While doing some tests with models with multi-table inheritance, I found an error that I reported on the Django issue tracker 🐛
Help us fix it before #Django 5.0 release 👇
https://code.djangoproject.com/ticket/34985
#34985 (Confusing migration failures in GeneratedField) – Django