jazzband / django-authority

A Django app that provides generic per-object-permissions for Django's auth app and helpers to create custom permission checks.
http://django-authority.readthedocs.org
BSD 3-Clause "New" or "Revised" License
292 stars 58 forks source link

Don't hardcode the `User` model in django-authority #6

Closed mpessas closed 11 years ago

mpessas commented 11 years ago

Use the django.contrib.auth.get_user_model and settings.AUTH_USER_MODEL instead.

jlward commented 11 years ago

A fix for this was merged in with #7