Contents
🏷️ Title
Django's GeneratedField by example
🗓️ Date
🗣️ Language
🇬🇧 English
📍 Location
Chicago, Illinois, USA 🇺🇸️
🔗 Url
https://2025.djangocon.us/talks/django-s-generatedfield-by-example/
🗒️ Abstract
The GeneratedField is a new field available in Django 5.0 whose value is computed entirely by the database based on the other fields in the model. In this talk, we will learn together how to use this field through various practical examples.
📜 Description
Database generated columns are a killer feature for Django and are now available in Django 5.0 with the new GeneratedField.
The value of a GeneratedField is computed entirely by the database based on the other fields in the model, opening up very interesting usage scenarios.
In this talk, we’ll learn together how to use this field through various practical examples, using various Django supported database backends.
🗺 Map
📊 Slides
🎥 Video
📷 Photos