etianen / django-watson

Full-text multi-table search application for Django. Easy to install and use, with good performance.
BSD 3-Clause "New" or "Revised" License
1.2k stars 130 forks source link

Update foreign key references for Django 2.0. #236

Closed zandeez closed 6 years ago

zandeez commented 6 years ago

pk.rel.to was renamed in Django to pk.remote_field.model

etianen commented 6 years ago

Thanks!

etianen commented 6 years ago

Curiously - how was this not causing an error before the change?

amureki commented 6 years ago

Old .rel was removed only in Django 2 (it was still there for compatibility). https://docs.djangoproject.com/en/2.0/releases/2.0/#features-removed-in-2-0