django-pg-fts icon indicating copy to clipboard operation
django-pg-fts copied to clipboard

Replace get_field_by_name with get_field

Open leohentschker opened this issue 8 years ago • 0 comments

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

leohentschker avatar Apr 28 '16 15:04 leohentschker