Sort the excluded set

This commit is contained in:
tcely 2025-02-11 01:56:07 -05:00 committed by GitHub
parent 09fab821e9
commit 00e89623be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -338,8 +338,8 @@ class EditSourceMixin:
lambda f: str(f).rsplit('.', 1)[-1],
Source._meta.fields
)).keys() if k not in frozenset((
'has_failed',
'created',
'has_failed',
'last_crawl',
'uuid'
))