PyCon Italia 2026
Talk at PyCon Italia 2026 on Django's GeneratedField, covering practical examples, trade-offs, and evolution from Django 5.0 to 6.0.
Talk at PyCon Italia 2026 on Django's GeneratedField, covering practical examples, trade-offs, and evolution from Django 5.0 to 6.0.
Learn about Django's new GeneratedField in Django 5.0 through practical examples at the Django London 2026 meetup.
A talk from DjangoCon US 2025 explaining how to use Django 5.0's new GeneratedField, which computes values in the database.
Explores Django 5.0's new GeneratedField feature for database-calculated columns, focusing on practical examples with GeoDjango and PostGIS.
Explores Django 5.0's new GeneratedField feature for database-calculated columns, with a focus on PostgreSQL implementation and examples.
Explores Django 5.0's new GeneratedField feature for database-calculated columns, with a focus on implementation using SQLite.