Merge pull request #5637 from thibaudcolas/patch-1

Move django_language cookie detection from Django CMS to Django
main
Elbert Alias 3 years ago committed by GitHub
commit 029b7a80b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -736,6 +736,9 @@
"html": "(?:powered by <a[^>]+>Django ?([\\d.]+)?<\\/a>|<input[^>]*name=[\"']csrfmiddlewaretoken[\"'][^>]*>)\\;version:\\1",
"icon": "Django.png",
"implies": "Python",
"cookies": {
"django_language": ""
},
"js": {
"__admin_media_prefix__": "",
"django": ""
@ -747,9 +750,6 @@
"cats": [
1
],
"cookies": {
"django_language": ""
},
"description": "Django CMS is a free and open source content management system platform for publishing content on the World Wide Web and intranets.",
"icon": "Django CMS.png",
"implies": [
@ -1361,4 +1361,4 @@
"scriptSrc": "deepMiner\\.js",
"website": "https://github.com/deepwn/deepMiner"
}
}
}