django-adminplus icon indicating copy to clipboard operation
django-adminplus copied to clipboard

Django 1.8.7 register decorator didn't work

Open stretch4x4 opened this issue 10 years ago • 3 comments

We had one model that was using the decorator rather than the explicit call and after adding adminplus that model disappeared from our admin screens.

Changing it over to the other call worked although I thought I read that it should have worked so not sure I think there must be a bug there.. Happy to investigate further if someone can point me in the right direction.

stretch4x4 avatar Jan 29 '16 07:01 stretch4x4

Is this a problem with 1.8.7 specifically, i.e. did it work on other 1.8.* versions, or was the upgrade to 1.8.* from another version?

jsocol avatar Feb 02 '16 15:02 jsocol

Unfortunately I can't answer that question as we were already on 1.8.7 before we started using adminplus. There is the possibility that the issue is related to our multi app problems but the register did work when I converted from the decorator so I assume something has changed.

stretch4x4 avatar Feb 04 '16 22:02 stretch4x4

I had this same issue, but @athre0z 's solution fixed this for me.

rishihahs avatar Aug 08 '16 21:08 rishihahs