Closed staydecent closed 4 years ago
Looks like autocomplete fields have been available since 2.0, but upgrading is still a good idea.
Or maybe even 3.0?
Biggest possible source of issues with going to 3.0 is 3rd party libraries. authtools
, for example, does not yet support Django 3.0... Although this is additional motivation to resolve #48.
One feature, which I now almost always end up using, is the autocomplete fields: https://docs.djangoproject.com/en/2.2/ref/contrib/admin/#django.contrib.admin.ModelAdmin.autocomplete_fields
Makes searching for related objects much easier.