rabbagliettiandrea / dj-nested-inlines

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

Error when adding User with nested inlines #31

Open PetrDlouhy opened 8 years ago

PetrDlouhy commented 8 years ago

I have nested inlines on User model admin and I got following message when I try to add new user in Django 1.9:

/home/petr/soubory/programovani/Auto-mat/DPNK/dpnk/env/src/django-nested-inlines/nested_inlines/admin.py in add_view self.log_addition(request, new_object) log_addition() missing 1 required positional argument: 'message'

PetrDlouhy commented 8 years ago

Fix is in PR #32, although without tests on this project, I can't tell if it doesn't break compatibility with older Django versions.

lyndsysimon commented 8 years ago

FYI - it does break compatibility with Django 1.6.