Closes #16388: Move change logging resources from extras to core (#16545)

* Initial work on #16388

* Misc cleanup
This commit is contained in:
Jeremy Stretch
2024-06-17 08:03:06 -04:00
committed by GitHub
parent c6553c45dd
commit 853d990c03
63 changed files with 645 additions and 523 deletions

View File

@@ -128,7 +128,7 @@ DEFAULT_DASHBOARD = [
'title': 'Change Log',
'color': 'blue',
'config': {
'model': 'extras.objectchange',
'model': 'core.objectchange',
'page_size': 25,
}
},