Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 35 additions & 11 deletions fixtures/sitetree_menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@
"fields": {
"title": "PSF Blog",
"hint": "",
"url": "http://pyfound.blogspot.com/",
"url": "https://pyfound.blogspot.com/",
"urlaspattern": false,
"tree": 1,
"hidden": false,
Expand Down Expand Up @@ -2076,13 +2076,13 @@
"pk": 96,
"fields": {
"title": "Python News",
"hint": "Python Insider Blog Posts",
"hint": "Python news and blog posts",
"url": "blog",
"urlaspattern": true,
"tree": 1,
"hidden": false,
"alias": null,
"description": "Python Insider is the blog used by the Python Core Developers to announce news related to the Python programming language.",
"description": "News about the Python programming language, including posts from Python Insider, the blog used by the Python Core Developers.",
"inmenu": true,
"inbreadcrumbs": true,
"insitetree": true,
Expand All @@ -2095,13 +2095,37 @@
"access_permissions": []
}
},
{
"model": "sitetree.treeitem",
"pk": 126,
"fields": {
"title": "Python Insider",
"hint": "Python Insider Blog",
"url": "https://blog.python.org/",
"urlaspattern": false,
"tree": 1,
"hidden": false,
"alias": null,
"description": "Python Insider is the blog used by the Python Core Developers to announce news related to the Python programming language.",
"inmenu": true,
"inbreadcrumbs": true,
"insitetree": true,
"access_loggedin": false,
"access_guest": false,
"access_restricted": false,
"access_perm_type": 1,
"parent": 12,
"sort_order": 97,
"access_permissions": []
}
},
{
"model": "sitetree.treeitem",
"pk": 97,
"fields": {
"title": "PSF News",
"hint": "PSF Blog",
"url": "http://pyfound.blogspot.com/",
"url": "https://pyfound.blogspot.com/",
"urlaspattern": false,
"tree": 1,
"hidden": false,
Expand All @@ -2115,7 +2139,7 @@
"access_restricted": false,
"access_perm_type": 1,
"parent": 12,
"sort_order": 98,
"sort_order": 99,
"access_permissions": []
}
},
Expand All @@ -2125,7 +2149,7 @@
"fields": {
"title": "Community News",
"hint": "Planet Python",
"url": "http://planetpython.org/",
"url": "https://planetpython.org/",
"urlaspattern": false,
"tree": 1,
"hidden": false,
Expand All @@ -2139,7 +2163,7 @@
"access_restricted": false,
"access_perm_type": 1,
"parent": 12,
"sort_order": 97,
"sort_order": 98,
"access_permissions": []
}
},
Expand All @@ -2149,7 +2173,7 @@
"fields": {
"title": "PyCon News",
"hint": "PyCon Blog",
"url": "http://pycon.blogspot.com/",
"url": "https://pycon.blogspot.com/",
"urlaspattern": false,
"tree": 1,
"hidden": false,
Expand All @@ -2163,7 +2187,7 @@
"access_restricted": false,
"access_perm_type": 1,
"parent": 12,
"sort_order": 99,
"sort_order": 100,
"access_permissions": []
}
},
Expand Down Expand Up @@ -2389,7 +2413,7 @@
"fields": {
"title": "Self-certify as voting member",
"hint": "",
"url": "http://pyfound.blogspot.de/2015/02/enroll-as-psf-voting-member.html",
"url": "https://pyfound.blogspot.com/2015/02/enroll-as-psf-voting-member.html",
"urlaspattern": false,
"tree": 1,
"hidden": false,
Expand Down Expand Up @@ -2509,7 +2533,7 @@
"fields": {
"title": "Python Brochure",
"hint": "",
"url": "http://brochure.getpython.info/",
"url": "https://brochure.getpython.info/",
"urlaspattern": false,
"tree": 1,
"hidden": false,
Expand Down