django-rest-framework-docs icon indicating copy to clipboard operation
django-rest-framework-docs copied to clipboard

An inventory tool for Django Rest Framework v2 API endpoints

Results 7 django-rest-framework-docs issues
Sort by recently updated
recently updated
newest added

Since the patterns are removed from Django 1.10 it raises the following error with this version: ``` File "/usr/local/lib/python2.7/dist-packages/rest_framework_docs/urls.py", line 1, in from django.conf.urls import patterns, include, url ImportError: cannot...

Django doc says django.utils.importlib deprecated in Django 1.7 https://docs.djangoproject.com/en/1.7/releases/1.7/#features-deprecated-in-1-7 ``` File "/Users/user/some/directory/project/project/urls.py", line 12, in url(r'^api/docs/v1/', include('rest_framework_docs.urls')), File "/Users/user/.virtualenvs/venv/lib/python2.7/site-packages/django/conf/urls/__init__.py", line 52, in include urlconf_module = import_module(urlconf_module) File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py", line 37,...

django-rest-framework-docs can't see ViewSet classes because they don't inherit from APIView. It would be great to generate the doc from the methods marked with `@link` and `@action`

The README claims that Django 1.4 is supported, but `docs.py` imports `get_user_model`, which doesn't exist in 1.4.

Hi, This is a feature request more than an issue, I suppose, but I was wondering if it would be possible to chuck 'pre' tags around docstrings to preserve formatting....

Maybe using django url namespace? It could be parameter of `.get_docs` method. It would be nice feature to have separate docs for different versions of API and I think that...