Commit 8770419
committed
Remove extra check for auto_encryption_opts
Already would have failed on line 470
File "/Users/alex.clark/Developer/django-mongodb-cli/src/django-mongodb-backend/django_mongodb_backend/schema.py", line 470, in _create_collection
raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: Encrypted fields found but DATABASES['encrypted']['OPTIONS'] is missing auto_encryption_opts.1 parent 870097c commit 8770419
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
505 | | - | |
| 505 | + | |
506 | 506 | | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
| 507 | + | |
| 508 | + | |
511 | 509 | | |
512 | 510 | | |
513 | 511 | | |
| |||
0 commit comments