We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40dd87b commit 39329f9Copy full SHA for 39329f9
projects/admin.py
@@ -23,3 +23,4 @@ def explicit_users(self, obj):
23
class CatalogAdmin(admin.ModelAdmin):
24
list_display = ["project", "language_code", "domain"]
25
list_filter = ["project"]
26
+ readonly_fields = ["pofile"]
0 commit comments