pythondotorg
pythondotorg copied to clipboard
Source code for python.org
## Overview This PR resolves the warning `(ordered_model.W003)` for both `SponsorshipBenefit` and `SponsorshipPackage` models. These models subclass `OrderedModel` but were previously using managers that did not inherit from `OrderedModelManager`. ##...
Bumps [thor](https://github.com/rails/thor) from 0.17.0 to 1.4.0. Release notes Sourced from thor's releases. 1.4.0 What's Changed Lazily load YAML by @deivid-rodriguez in rails/thor#892 Fix encoding error when trying to show a...
### Summary It seems like the existence of the [Downloads API](https://github.com/python/pythondotorg/blob/main/downloads/api.py) is not documented, other than by its presence in the source code. I think it'd be a good idea...
#### Description - Update to Django 5.2 #### Closes - Resolves #2709
Bumps [django-celery-beat](https://github.com/celery/django-celery-beat) from 2.5.0 to 2.8.1. Release notes Sourced from django-celery-beat's releases. v2.8.1 What's Changed [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in celery/django-celery-beat#876 [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in celery/django-celery-beat#880 Refactor...
### Describe the bug Probably because of https://analytics.python.org/js/script.outbound-links.js and the fact I have ublock installed. Blocking the domain fixes things. ### To Reproduce 1. Install uBlock origin 2. Go to...
### Describe the bug Some images on the following page are not displayed: https://www.python.org/success-stories/using-python-to-automate-tedious-tasks/ These images are AccessDenied * https://s3.dualstack.us-east-2.amazonaws.com/pythondotorg-assets/successstories/webucator/code-sample-pdf.png * https://s3.dualstack.us-east-2.amazonaws.com/pythondotorg-assets/successstories/webucator/code-sample-class-file.png * https://s3.dualstack.us-east-2.amazonaws.com/pythondotorg-assets/successstories/webucator/check-xml.png ### To Reproduce 1. Open https://www.python.org/...
### Is your feature request related to a problem? Please describe. When navigating the [Python Official Website](https://www.python.org), I found it challenging to locate the **Developer Guide** (`https://www.python.org/dev/`). It is currently...
#### Description - Clean release name field to ensure no errors when loading release pages Closes #2724
### Is your feature request related to a problem? Please describe. When creating a new release to test #2717, I thought the PR was bad because it was possible to...