django-pg-fts
django-pg-fts copied to clipboard
Replace get_field_by_name with get_field
Tiny fix in pg_fts/fields.py. The method get_field_by_name has been deprecated and replaced with get_field. Currently just a warning but will cause an error in Django 1.10