Skip to content

Commit ccfbd55

Browse files
committed
Add read_only fields to HomeownerAssociationCommunicationNoteAdmin
1 parent f6bb0de commit ccfbd55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/apps/homeownerassociation/admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,4 @@ class HomeownerAssociationCommunicationNoteAdmin(admin.ModelAdmin):
124124
)
125125
autocomplete_fields = ["homeowner_association"]
126126
exclude = ("author",)
127+
readonly_fields = ("created", "updated", "is_imported")

0 commit comments

Comments
 (0)