| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
https://docs.djangoproject.com/en/5.2/releases/5.2.5/
|
| |
|
|
|
|
| |
This django release went EOL after 2024-04-01.
Closes: #262907
|
| | |
|
| |
|
|
| |
https://docs.djangoproject.com/en/5.2/releases/5.2.4/
|
| |
|
|
|
|
|
|
|
|
|
|
| |
If a Python package does not come with either `format` or `pyproject` we
consider it a setuptools build, that calls `setup.py` directly, which is
deprecated.
This change, as a first step, migrates a large chunk of these packages to
set setuptools as their explicit format
This is so we can unify the problem space for the next step of the
migration.
|
| |\ |
|
| | |\ |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\| | |
|
| | |\ \ |
|
| | | |/
| | |
| | |
| | |
| | |
| | |
| | | |
https://docs.djangoproject.com/en/5.2/releases/5.2.3/
https://www.djangoproject.com/weblog/2025/jun/10/bugfix-releases/
Fixes: CVE-2025-48432
|
| | |/
| |
| |
| |
| |
| |
| | |
https://docs.djangoproject.com/en/5.1/releases/5.1.11/
https://www.djangoproject.com/weblog/2025/jun/10/bugfix-releases/
Fixes: CVE-2025-48432
|
| | |
| |
| |
| |
| |
| |
| | |
https://docs.djangoproject.com/en/4.2/releases/4.2.23/
https://www.djangoproject.com/weblog/2025/jun/10/bugfix-releases/
Fixes: CVE-2025-48432
|
| |\| |
|
| | |\ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
https://docs.djangoproject.com/en/5.1/releases/5.1.10/
https://www.djangoproject.com/weblog/2025/jun/04/security-releases/
Fixes: CVE-2025-48432
|
| |\ \ \
| |/ /
|/| | |
|
| | |/
| |
| |
| | |
https://docs.djangoproject.com/en/4.2/releases/4.2.22/
|
| |/
|
|
|
|
|
| |
https://docs.djangoproject.com/en/5.2/releases/5.2.2/
https://www.djangoproject.com/weblog/2025/jun/04/security-releases/
Fixes: CVE-2025-48432
|
| |
|
|
|
| |
https://docs.djangoproject.com/en/5.2/releases/5.2/
https://docs.djangoproject.com/en/5.2/releases/5.2.1/
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| | |
Fixes CVE-2025-32873.
https://www.djangoproject.com/weblog/2025/may/07/security-releases/
https://docs.djangoproject.com/en/dev/releases/5.1.9/
|
| |/
|
|
|
|
|
| |
Fixes CVE-2025-32873.
https://www.djangoproject.com/weblog/2025/may/07/security-releases/
https://docs.djangoproject.com/en/dev/releases/4.2.21/
|
| | |
|
| |
|
|
|
|
|
| |
https://docs.djangoproject.com/en/5.1/releases/5.1.8/
https://www.djangoproject.com/weblog/2025/apr/02/security-releases/
Fixes: CVE-2025-27556
|
| |
|
|
|
|
|
| |
https://docs.djangoproject.com/en/4.2/releases/4.2.20/
https://www.djangoproject.com/weblog/2025/mar/06/security-releases
Fixes: CVE-2025-26699
|
| | |
|
| |
|
|
|
|
|
| |
https://docs.djangoproject.com/en/5.1/releases/5.1.7/
https://www.djangoproject.com/weblog/2025/mar/06/security-releases/
Fixes: CVE-2025-26699
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Made with
```shell
git restore .
fd '\.nix$' pkgs/ --type f -j1 -x bash -xc "$(cat <<"EOF"
typos --no-check-filenames --write-changes "$1"
git diff --exit-code "$1" && exit
#( git diff "$1" | grep -qE "^\+ +[^# ]") && git restore "$1"
count1="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> ' | wc -l )"
count2="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> (<span style="color:#f8f8f2;"> *</span>)?<span style="color:#75715e;">.*</span>$' | wc -l )"
[[ $count1 -ne $count2 ]] && git restore "$1"
EOF
)" -- {}
```
and filtered with `GIT_DIFF_OPTS='--unified=15' git -c interactive.singleKey=true add --patch`
I initially tried using the tree-sitter cli, python bindings and even ast-grep through various means, but this is what I ended up with.
|
| | |
|
| | |
|
| |\ |
|
| | |
| |
| |
| | |
https://docs.djangoproject.com/en/5.1/releases/5.1.6/
|
| |/
|
|
| |
https://docs.djangoproject.com/en/4.2/releases/4.2.19/
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| | |
https://docs.djangoproject.com/en/5.1/releases/5.1.5/
https://www.djangoproject.com/weblog/2025/jan/14/security-releases/
Fixes: CVE-2024-56374
|
| |/
|
|
|
|
|
| |
https://docs.djangoproject.com/en/4.2/releases/4.2.18/
https://www.djangoproject.com/weblog/2025/jan/14/security-releases/
Fixes: CVE-2024-56374
|
| |\ |
|
| | |\ |
|
| | | | |
|
| |\| | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes CVE-2024-53907 and CVE-2024-53908.
Changes:
https://docs.djangoproject.com/en/dev/releases/5.1.4/
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes CVE-2024-53907 and CVE-2024-53908.
Changes:
https://docs.djangoproject.com/en/dev/releases/4.2.17/
|
| |/ / |
|
| |/
|
|
| |
https://docs.djangoproject.com/en/5.1/releases/5.1.3/
|
| |
|
|
| |
https://docs.djangoproject.com/en/5.1/releases/5.1.2/
|