10105/improve-person-detail-load-time #3

Merged
mravi merged 4 commits from 10105/improve-person-detail-load-time into master 2022-01-05 15:53:13 +00:00
Showing only changes of commit 5d5731a090 - Show all commits

Add autocomplete_fields mother_range to RangeAdmin

PCoder 2022-01-05 21:21:35 +05:30

View file

@ -144,6 +144,7 @@ class RangeCountryInline(admin.TabularInline):
class RangeAdmin(admin.ModelAdmin):
autocomplete_fields = ['mother_range']
inlines = [
RangeNameTranslationInline,
RangeCountryInline