tangentlabs / django-fancypages

A Content Enhancement System for Django
https://django-fancypages.readthedocs.org
BSD 3-Clause "New" or "Revised" License
34 stars 11 forks source link

Fixed a `RemovedInDjango18Warning` when running on django 1.7. #58

Open Asday opened 6 years ago

Asday commented 6 years ago

Access to a model's name by ._meta.module_name was renamed to ._meta.model_name in 1.6, deprecated in 1.7, and removed in 1.8.

Please see the django ticket regarding this.