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

get_user_model does not exist in Django 1.4 #22

Open wolever opened 11 years ago

wolever commented 11 years ago

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

marcgibbons commented 11 years ago

You're right. This was added here. Wondering if we can do without a user instance... https://github.com/marcgibbons/django-rest-framework-docs/commit/74f8781450962cd56631264a729c8ab60cd8cb77

g-m-a commented 10 years ago

any fixes for this?

benspaulding commented 10 years ago

@marcgibbons I recognize that this project is no longer supported, so I don’t expect you to take time to merge my commit, but it is there if you want it!