dominno / django-moderation

django-moderation is reusable application for Django framework, that allows to moderate any model objects.
BSD 3-Clause "New" or "Revised" License
269 stars 91 forks source link

Remove any call to `get_user_model` from the global scope #100

Closed dulacp closed 10 years ago

dulacp commented 10 years ago

Since it can cause some trouble during django apps installation step.

Cheers