disqus / gargoyle

Feature switches in Django
http://engineering.disqus.com
Apache License 2.0
746 stars 112 forks source link

Use `model_name` in favour of `module_name` if available. #95

Closed frewsxcv closed 9 years ago

frewsxcv commented 9 years ago

Prevents raising a deprecation warning in Django 1.6+.

https://docs.djangoproject.com/en/1.7/releases/1.6/#module-name-model-meta-attribute

mattrobenolt commented 9 years ago

wfm