django-sliver
django-sliver copied to clipboard
Lightweight REST API built on top of Django's class-based generic views
I bumped the version number to 0.1.1, and did a test publication to TestPI, but I don't have permission to publish to the main index. Would you mind? 🙏
Looks like I don't have permission to flip the switch: https://travis-ci.org/jarcoal/django-sliver
Small modifications to be able to use sliver with Python3.4 Tested on django 1.6
in line [139 of sliver/views.py](https://github.com/jarcoal/django-sliver/blob/master/sliver/views.py#L139): ``` python exclude = exclude or [] ``` Should be something like: ``` python exclude = exclude or self.exclude ```
Hi, Really digging the lightweight approach of this. It is a nice change of pace from the heavy hitter like tastypie. I was just wondering about Generic relations support, e.g....