boardinghouse.operations module

class boardinghouse.operations.AddField(*args, **kwargs)[source]

Bases: django.db.migrations.operations.fields.AddField

Allow adding a field to a model from a different application.

This enables us to add the field to contrib.admin.LogEntry that stores the schema for an aware object.