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 a6616c0 commit 825f2ffCopy full SHA for 825f2ff
fileshack/admin.py
@@ -2,7 +2,7 @@
2
from django.contrib import admin
3
4
class StoreAdmin(admin.ModelAdmin):
5
- list_display = ("__unicode__",)
+ list_display = ("__str__",)
6
7
class ItemAdmin(admin.ModelAdmin):
8
pass
0 commit comments