marcgibbons / django-rest-framework-docs

An inventory tool for Django Rest Framework v2 API endpoints
BSD 2-Clause "Simplified" License
95 stars 34 forks source link

ImportError with django-rest-framework 2.3.2 #13

Closed jor123 closed 11 years ago

jor123 commented 11 years ago

In docs.py it tries to import a 'private' function _camelcase_to_spaces from django-rest-framework views.py

This was removed in https://github.com/tomchristie/django-rest-framework/commit/835d3f89d37b873b2ef96dc7d71922b035b07328#rest_framework/views.py

marcgibbons commented 11 years ago

Thanks for this note - haven't tried the latest version yet. Will look into it.

marcgibbons commented 11 years ago

This is now fixed in v0.1.5. Removed the dependency on DRF _camelcase_to_spaces