morlandi / django-ajax-datatable

A Django app which provides the integration of a Django project with the jQuery Javascript library DataTables.net
MIT License
204 stars 64 forks source link

fix: include missing assignment exception #111

Open PiotrIw opened 1 year ago

PiotrIw commented 1 year ago

This is to prevent crashing in case of a subsequent relationship object is missing. E.g. in case of relation if obj1obj2obj2field, obj1 or obj2 are missing