]> git.parisson.com Git - telemeta.git/commit
Fix change on Model._meta.module_name in Django 1.8
authorThomas Fillon <thomas@parisson.com>
Wed, 25 Jan 2017 15:35:28 +0000 (16:35 +0100)
committerThomas Fillon <thomas@parisson.com>
Wed, 25 Jan 2017 15:42:24 +0000 (16:42 +0100)
commitc0821d22f8f34183731f31980852210ef960dc6a
treeee70ed15d11bc51e4431056ad8c44dc65f50c401
parent3f03b056bc5564a537a16bca910f9fcddcb61388
Fix change on Model._meta.module_name in Django 1.8

Model._meta.module_name was renamed to model_name.
https://docs.djangoproject.com/en/dev/internals/deprecation/#deprecation-removed-in-1-8
telemeta/views/admin.py