Skip to content

Fix some Django deprecations

Sunil Mohan Adapa requested to merge SunilMohanAdapa:fix-deprecations into master

Created by: SunilMohanAdapa

  • Use simple_tag() instead of assignment_tag(). Assignments with simple_tag() works just like before.

  • When loading urls for application, specify application name during inclusion.

  • Use the reverse() method from django.urls which as moved from django.core.urlresolvers.

Signed-off-by: Sunil Mohan Adapa sunil@medhas.org

Merge request reports

Loading