Class AlterModelOptions

Set new model options that don't directly affect the database schema (like verbose_name, permissions, ordering). Python code in migrations may still need them.

Declaration

class AlterModelOptions(ModelOptionOperation)
source link

Documentation

Methods

Inherited methods

Reexports