inputlogic / django-api-starter

Boilerplate for starting Django DRF / API projects
2 stars 0 forks source link

Update Django to 2.2.x #32

Closed staydecent closed 4 years ago

staydecent commented 5 years ago

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.

weslord commented 5 years ago

Looks like autocomplete fields have been available since 2.0, but upgrading is still a good idea.

weslord commented 4 years ago

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.