Fix: make mail account password and refresh token text fields (#8107)

This commit is contained in:
shamoon 2024-10-29 21:54:47 -07:00 committed by GitHub
parent d8cfed5f5e
commit 159344f033
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 34 additions and 4 deletions

View file

@ -8,7 +8,7 @@ class TestMigrateWorkflow(TestMigrations):
dependencies = (
(
"paperless_mail",
"0027_mailaccount_expiration_mailaccount_account_type_and_more",
"0028_alter_mailaccount_password_and_more",
),
)