Closed jmorenoamor closed 4 years ago
I've replaced allow_tags for mark_safe in admin list view to recover the links in it as it was deprecated in Django 1.9 https://code.djangoproject.com/ticket/25135 and removed in Django 2.0 https://docs.djangoproject.com/en/3.0/releases/2.0/#features-removed-in-2-0
Also, I added an application configuration file as recommended in https://docs.djangoproject.com/en/1.7/ref/applications/#for-application-authors
Coverage increased (+0.3%) to 91.228% when pulling d69e5fe1b0b5c8a51c7f5dc7639b9af277d12cca on jmorenoamor:master into 9c9884b19d41711372c3cf02ce18e4103173d314 on dmpayton:develop.
This has been updated in develop and will go into the next release. Thanks! 🍰
develop
I've replaced allow_tags for mark_safe in admin list view to recover the links in it as it was deprecated in Django 1.9 https://code.djangoproject.com/ticket/25135 and removed in Django 2.0 https://docs.djangoproject.com/en/3.0/releases/2.0/#features-removed-in-2-0
Also, I added an application configuration file as recommended in https://docs.djangoproject.com/en/1.7/ref/applications/#for-application-authors