lukasburg
Results
2
issues of
lukasburg
Just a small suggestion. Maybe you could refactor your admin class to be used as a Mixin rather than as BaseClass. Like [DjangoQl](https://pypi.org/project/djangoql/0.1.1/) does. So instead of writing ```python class...
enhancement
WIP: I have not edited the README to reflect changes. Also this will only work in Python3 because of the use of `super()` without argument.