You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
django-nested-inlines/nested_inlines/admin.py", line 16, in
class NestedModelAdmin(ModelAdmin):
django-nested-inlines/nested_inlines/admin.py", line 124, in NestedModelAdmin
@transaction.commit_on_success
AttributeError: 'module' object has no attribute 'commit_on_success'
This happened on admin.site.regiter I believe
The text was updated successfully, but these errors were encountered:
Just giving it a try and giving up:
Django==1.8.1
django-nested-inlines/nested_inlines/admin.py", line 16, in
class NestedModelAdmin(ModelAdmin):
django-nested-inlines/nested_inlines/admin.py", line 124, in NestedModelAdmin
@transaction.commit_on_success
AttributeError: 'module' object has no attribute 'commit_on_success'
This happened on admin.site.regiter I believe
The text was updated successfully, but these errors were encountered: