Closed stnatic closed 9 years ago
The correct way would be to use:
fields = '__all__'
Unfortunately, it was introduced in Django==1.6, and this library still supports the old versions of Django and therefore fix has to look like this:
exclude = []
Thanks for the PR.
The correct way would be to use:
Unfortunately, it was introduced in Django==1.6, and this library still supports the old versions of Django and therefore fix has to look like this: