mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
Speedup inlines using autocomplete field and add more previews (#38)
This commit is contained in:
@@ -16,6 +16,7 @@ class BookPropertyInline(admin.TabularInline):
|
||||
model = BookProperty
|
||||
min_num = 0
|
||||
extra = 0
|
||||
autocomplete_fields = ("property",)
|
||||
|
||||
|
||||
@admin.register(Book)
|
||||
|
Reference in New Issue
Block a user