[profiles] Clean up timezone stuff

This commit is contained in:
2025-07-25 17:33:59 -04:00
parent 6ab7745151
commit 95d8c4e4d6
2 changed files with 9 additions and 8 deletions

View File

@ -7,6 +7,7 @@ from profiles.models import UserProfile
class UserProfileAdmin(admin.ModelAdmin):
date_hierarchy = "created"
ordering = ("-created",)
readonly_fields = ("timezone_change_log",)
exclude = (
"twitch_token",
"twitch_client_secret",