"notes",
"gazeta_link",
"culturepl_link",
+ "plwiki",
+ "photo", "photo_source", "photo_attribution",
]
},
),
"wikidata",
"slug",
"title",
- "authors_str", # authors?
- "translators_str", # translators?
+ "authors_first_names",
+ "authors_last_names",
+ "translators_first_names",
+ "translators_last_names",
"language",
"based_on",
"scans_source",
autocomplete_fields = []
prepopulated_fields = {"slug": ("name",)}
search_fields = ["name"]
- fields = ['name', 'slug', 'category', 'notes', 'estimated_costs']
+ fields = ['name', 'slug', 'category', 'description', 'notes', 'estimated_costs']
readonly_fields = ['estimated_costs']
inlines = [AuthorInline, BookInline]