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
I use the version 3.2.9 of Django and for TabularInline method line 42 in admin.py you need to add a third parameters like def has_add_permission(self, request, obj):
The text was updated successfully, but these errors were encountered:
I use the version 3.2.9 of Django and for
TabularInline
method line 42 in admin.py you need to add a third parameters likedef has_add_permission(self, request, obj):
The text was updated successfully, but these errors were encountered: