django-faq icon indicating copy to clipboard operation
django-faq copied to clipboard

Django 1.4 Compatibility

Open matiascelasco opened this issue 11 years ago • 0 comments

Use of django.contrib.auth.get_user_model brokes compatibility with Django 1.4. I Think it can be easily fixed just by checking django version before use get_user_model. Cheers! Matías.

matiascelasco avatar Dec 17 '13 12:12 matiascelasco