liquidpele
liquidpele
Looks like if you just add this to the object it works fine... ``` def __iter__(self): return self def next(self): raise StopIteration ```
No idea, seemed to work for me though. I don't have time to play with it more though, sorry.
Just an FYI you might want to fix this a better way. I ended up implementing my own multi functionality in a viewset instead of the serializer, so I won't...
Not active enough to use the project... and it's not completely open source so you can't just fork it without dealing with license BS.
https://github.com/darklow/django-suit/blob/v2/LICENSE non-commercial... which is like 90% of who would be interested in an admin dashboard system. This is a tough sell because a startup/company usually doesn't want to depend on...
So, I recently looked at this project, and I loved it... and I was about to pay the fee, but then realized it wasn't actively developed recently and v2 has...
Could have sworn I tested on latest, but I'll re-verify.
@parsch I'm using django-grappelli 2.13.1 which is latest. Django 2.2.3.
Well, you obviously can't just use the same tables, since django names them according to the app name which has changed, but you could probably easily add an manage.py command...