feat(settings): Add model AppSettings to migrate for history and notes
ref: #833 closes #834
This commit is contained in:
@ -202,6 +202,12 @@ def centurion_model_migrate(sender, **kwargs):
|
|||||||
'model_name': 'ProjectType',
|
'model_name': 'ProjectType',
|
||||||
'history_model_name': 'ProjectTypeHistory',
|
'history_model_name': 'ProjectTypeHistory',
|
||||||
'notes_model_name': 'ProjectTypeNotes'
|
'notes_model_name': 'ProjectTypeNotes'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'app_label': 'settings',
|
||||||
|
'model_name': 'AppSettings',
|
||||||
|
'history_model_name': 'AppSettingsHistory',
|
||||||
|
'notes_model_name': None
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user