postfalk / django-etl-sync

Django ETL deriving rules from models and forms
Other
27 stars 11 forks source link

Replace model_instance._meta.get_all_field_names() for Django 1.10 compatibilty #15

Closed postfalk closed 8 years ago

postfalk commented 8 years ago

RemovedInDjango110Warning: 'get_all_field_names is an unofficial API that has been deprecated. You may be able to replace it with 'get_fields()' fieldnames = model_instance._meta.get_all_field_names()