2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-17 09:48:30 +00:00

Revert "Invert key:value"

This reverts commit d555658db2.
This commit is contained in:
Oliver Walters
2025-11-28 09:03:52 +00:00
parent d555658db2
commit a5c7ee336d

View File

@@ -30,8 +30,8 @@ def get_spectacular_settings():
'AttachmentModelTypeEnum': 'common.models.Attachment.ModelChoices', 'AttachmentModelTypeEnum': 'common.models.Attachment.ModelChoices',
'DataImportSessionModelTypeEnum': 'importer.models.DataImportSession.ModelChoices', 'DataImportSessionModelTypeEnum': 'importer.models.DataImportSession.ModelChoices',
# Deconflict fields which use model_type ContentType fields # Deconflict fields which use model_type ContentType fields
'ParameterModelTypeEnum': 'common.models.Parameter.model_type', 'common.models.Parameter.model_type': 'ParameterModelTypeEnum',
'ParameterTemplateModelTypeEnum': 'common.models.ParameterTemplate.model_type', 'common.models.ParameterTemplate.model_type': 'ParameterTemplateModelTypeEnum',
# Allauth # Allauth
'UnauthorizedStatus': [[401, 401]], 'UnauthorizedStatus': [[401, 401]],
'IsTrueEnum': [[True, True]], 'IsTrueEnum': [[True, True]],