rabbagliettiandrea / dj-nested-inlines

Adds nested inline support in Django admin
38 stars 34 forks source link

Restore compatibility to Django 1.6 #34

Closed lyndsysimon closed 8 years ago

lyndsysimon commented 8 years ago

In the process of upgrading a legacy application from Django 1.5 to 1.6, and AttributeError was raised for calls to self.get_formsets_with_inlines(). I've included a wrapper method abstract that call, and use the more modern method by default.