def __init__(self, *args, **kwargs): self.app_label = kwargs.pop('app_label') super(AddField, self).__init__(*args, **kwargs)