another go at camel-case correction

This commit is contained in:
CocoByte 2024-03-07 15:31:14 -07:00
parent 19fb8a0c04
commit a5ecb010b8
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
2 changed files with 3 additions and 3 deletions

View file

@ -486,7 +486,7 @@ class MyUserAdmin(BaseUserAdmin):
field_name = request_get.get("field_name", None)
# Make sure we're only modifying requests from these models.
models_to_target = {"DomainRequest"}
models_to_target = {"domainrequest"}
if model_name in models_to_target:
# Define rules per field
match field_name: