X
X

Select Your Currency

Türk Lirası $ US Dollar
X
X

Select Your Currency

Türk Lirası $ US Dollar
Yıllık Satın Alımlarda %15 İndirim: Şimdi Tasarruf Edin! Detaylı Bilgi İçin Tıklayın!

Knowledge Base

HomepageKnowledge BaseGeneralCancel Django Record Edit

Cancel Django Record Edit

We can add the has_change_permission function in the admin.modeladmin class to prevent the editing of records for some models in your Django projects.

class BoxesAdmin(admin.ModelAdmin):
list_display = ['...']
def has_change_permission(self, request, obj=None):
return False

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(82 times viewed. / 0 people found helpful.)