You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2026. It is now read-only.
# TODO: This old code doesn't work, so it needs to be updated.
# SystemCheckError: System check identified some issues:
# ERRORS:
# <class 'languages.admin.LanguageAdmin'>: (admin.E035) The value of 'readonly_fields[0]' is not a callable, an attribute of 'LanguageAdmin', or an attribute of 'languages.Language'.
# <class 'languages.admin.LanguageAdmin'>: (admin.E035) The value of 'readonly_fields[1]' is not a callable, an attribute of 'LanguageAdmin', or an attribute of 'languages.Language'.
from django.contrib import admin
from .models import Language, LanguageVariantName
class LanguageVariantNameInline(admin.StackedInline):