diff --git a/fixtures/boxes.json b/fixtures/boxes.json index 9825d1df7..e5f8ddc68 100644 --- a/fixtures/boxes.json +++ b/fixtures/boxes.json @@ -642,9 +642,9 @@ "created": "2014-02-13T21:06:57.376Z", "updated": "2021-07-29T21:39:50.973Z", "label": "download-banner", - "content": "

\r\n Looking for Python with a different OS? Python for\r\n Windows,\r\n Linux/Unix,\r\n macOS,\r\n Android,\r\n other\r\n

\r\n

\r\n Want to help test development versions of Python 3.15?\r\n Pre-releases,\r\n Docker images \r\n

", + "content": "

\r\n Looking for Python with a different OS? Python for\r\n Windows,\r\n Linux/Unix,\r\n macOS,\r\n Android,\r\n iOS,\r\n other\r\n

\r\n

\r\n Want to help test development versions of Python 3.15?\r\n Pre-releases,\r\n Docker images \r\n

", "content_markup_type": "html", - "_content_rendered": "

\r\n Looking for Python with a different OS? Python for\r\n Windows,\r\n Linux/Unix,\r\n macOS,\r\n Android,\r\n other\r\n

\r\n

\r\n Want to help test development versions of Python 3.15?\r\n Pre-releases,\r\n Docker images \r\n

" + "_content_rendered": "

\r\n Looking for Python with a different OS? Python for\r\n Windows,\r\n Linux/Unix,\r\n macOS,\r\n Android,\r\n iOS,\r\n other\r\n

\r\n

\r\n Want to help test development versions of Python 3.15?\r\n Pre-releases,\r\n Docker images \r\n

" } }, { diff --git a/fixtures/downloads.json b/fixtures/downloads.json index e0eb0b1f4..92e1b7c1b 100644 --- a/fixtures/downloads.json +++ b/fixtures/downloads.json @@ -47,6 +47,18 @@ "slug": "android" } }, +{ + "model": "downloads.os", + "pk": 5, + "fields": { + "created": "2026-04-09T17:02:24.294Z", + "updated": "2026-04-09T17:02:24.296Z", + "creator": 1, + "last_modified_by": null, + "name": "iOS", + "slug": "ios" + } +}, { "model": "downloads.release", "pk": 1, @@ -63366,5 +63378,30 @@ "filesize": 29272204, "download_button": false } + }, + { + "model": "downloads.releasefile", + "pk": 3892, + "fields": { + "created": "2025-08-06T21:13:43.786Z", + "updated": "2025-08-06T21:13:43.788Z", + "creator": null, + "last_modified_by": null, + "name": "iOS XCframework", + "slug": "3140-rc1-iOS-XCframework", + "os": 5, + "release": 729, + "description": "", + "is_source": false, + "url": "https://www.python.org/ftp/python/3.14.0/Python-3.14.0rc1-iOS-XCframework.tar.gz", + "gpg_signature_file": "", + "sigstore_signature_file": "https://www.python.org/ftp/python/3.14.0/Python-3.14.0rc1-iOS-XCframework.tar.gz.sig", + "sigstore_cert_file": "https://www.python.org/ftp/python/3.14.0/Python-3.14.0rc1-iOS-XCframework.tar.gz.crt", + "sigstore_bundle_file": "https://www.python.org/ftp/python/3.14.0/Python-3.14.0rc1-iOS-XCframework.tar.gz.sigstore", + "sbom_spdx2_file": "", + "md5_sum": "3eb6b0c0c03a81c8444300c00724cac5", + "filesize": 29272204, + "download_button": false + } } ] diff --git a/fixtures/sitetree_menus.json b/fixtures/sitetree_menus.json index ee6d9e649..99fc1af6b 100644 --- a/fixtures/sitetree_menus.json +++ b/fixtures/sitetree_menus.json @@ -507,7 +507,7 @@ "access_restricted": false, "access_perm_type": 1, "parent": 8, - "sort_order": 24, + "sort_order": 25, "access_permissions": [] } }, @@ -2742,5 +2742,29 @@ "sort_order": 23, "access_permissions": [] } +}, +{ + "model": "sitetree.treeitem", + "pk": 125, + "fields": { + "title": "iOS", + "hint": "", + "url": "/downloads/ios/", + "urlaspattern": false, + "tree": 1, + "hidden": false, + "alias": null, + "description": "", + "inmenu": true, + "inbreadcrumbs": true, + "insitetree": true, + "access_loggedin": false, + "access_guest": false, + "access_restricted": false, + "access_perm_type": 1, + "parent": 8, + "sort_order": 24, + "access_permissions": [] + } } ]