DjangoCon US 2025
A talk from DjangoCon US 2025 explaining how to use Django 5.0's new GeneratedField, which computes values in the database.
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.