openwisp / django-ipam

The development of this project has moved to openwisp-ipam
https://github.com/openwisp/openwisp-ipam
BSD 3-Clause "New" or "Revised" License
78 stars 28 forks source link

[admin] Use auto-complete relations instead of selects #75

Closed nemesifier closed 5 years ago

nemesifier commented 5 years ago

The relations to subnets should be displayed as auto-complete fields instead of selects, because when the database is well populated loading all the subnets would become too slow.

pacicap commented 5 years ago

I am interested in working on this issue please can someone guide me on how to get started? i am new

nemesifier commented 5 years ago

@pacicap https://docs.djangoproject.com/en/2.1/ref/contrib/admin/#django.contrib.admin.ModelAdmin.autocomplete_fields

pacicap commented 5 years ago

Thanks nemesisdesign for the reply will work on that right away