Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove code for unsupported django.VERSION < (3, 2) #729

Merged
merged 3 commits into from Feb 18, 2024

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Feb 12, 2024

with a better branch name.

Add to .pre-commit-config.yaml

+  - repo: https://github.com/adamchainz/django-upgrade
+    rev: 1.16.0
+    hooks:
+      - id: django-upgrade
+        args: [--target-version, "3.2"]

https://github.com/adamchainz/django-upgrade/blob/main/README.rst

@cclauss cclauss merged commit ee3b500 into celery:main Feb 18, 2024
17 checks passed
@cclauss cclauss deleted the Remove-outdated-code branch February 18, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants