override
django_spire.contrib.seeding.field.override
FieldOverride
Source code in django_spire/contrib/seeding/field/override.py
seeder_class = seeder_class
instance-attribute
overrides = {}
instance-attribute
__getattr__
Delegate attribute lookup to self.seeder_class if the attribute isn't found in this FieldOverride instance.