From 0d16248d2a606603a5094e412c33a1e17fc48bdb Mon Sep 17 00:00:00 2001 From: "Ilya.Kazakevich" Date: Thu, 24 Apr 2014 02:27:32 +0400 Subject: [PATCH] Django inspection HTMLs moved to appropriate place --- .../DjangoIncompatibleInspection.html | 8 -------- .../DjangoUrlArgumentsInspection.html | 8 -------- 2 files changed, 16 deletions(-) delete mode 100644 python/resources/inspectionDescriptions/DjangoIncompatibleInspection.html delete mode 100644 python/resources/inspectionDescriptions/DjangoUrlArgumentsInspection.html diff --git a/python/resources/inspectionDescriptions/DjangoIncompatibleInspection.html b/python/resources/inspectionDescriptions/DjangoIncompatibleInspection.html deleted file mode 100644 index e2f7fc06b5db..000000000000 --- a/python/resources/inspectionDescriptions/DjangoIncompatibleInspection.html +++ /dev/null @@ -1,8 +0,0 @@ - - - -Django inspection that checks template code for django version compatibility. - Notable example is url tag whose first parameter should be in quotes since Django 1.5 - - - \ No newline at end of file diff --git a/python/resources/inspectionDescriptions/DjangoUrlArgumentsInspection.html b/python/resources/inspectionDescriptions/DjangoUrlArgumentsInspection.html deleted file mode 100644 index fef07306b84a..000000000000 --- a/python/resources/inspectionDescriptions/DjangoUrlArgumentsInspection.html +++ /dev/null @@ -1,8 +0,0 @@ - - - -Django inspection that checks "{% url %}" tag for required arguments. -It ensures that all arguments are passed correctly. - - - \ No newline at end of file