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 c392856 commit 6e31c71Copy full SHA for 6e31c71
martor_demo/app/admin.py
@@ -16,6 +16,7 @@ class PostMetaStackedInline(admin.StackedInline):
16
17
18
class PostAdmin(admin.ModelAdmin):
19
+ autocomplete_fields = ["author"]
20
inlines = [PostMetaAdminInline, PostMetaStackedInline]
21
list_display = ["title", "id"]
22
formfield_overrides = {
0 commit comments