Fix Django framework regex issue (#2395)

* Fix Django framework regex issue

* Fix escape in Django regex
main
Majid Rouhi 6 years ago committed by Elbert Alias
parent dfc577a157
commit 5f6d83f6e8

@ -2475,7 +2475,7 @@
"cats": [ "cats": [
18 18
], ],
"html": "(?:powered by <a[^>]+>Django ?([\\d.]+)?|<input[^>]*name=[\"']csrfmiddlewaretoken[\"'][^>]*>)\\;version:\\1", "html": "(?:powered by <a[^>]+>Django ?([\\d.]+)?<\/a>|<input[^>]*name=[\"']csrfmiddlewaretoken[\"'][^>]*>)\\;version:\\1",
"icon": "Django.png", "icon": "Django.png",
"implies": "Python", "implies": "Python",
"js": { "js": {