Django
GeneratedField
Django 5.0 field whose value the database computes from other columns.
Why interviewers ask about it
Better than overriding save() because bulk operations and raw SQL bypass save() entirely. Same argument applies to db_default over default.
Related terms
This term is part of the free Python Full-Stack interview preparation module - browse the full glossary for every definition.