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

fix: make it work for django5.0 (updated) #241

Merged
merged 2 commits into from
Jan 16, 2024

Conversation

alxbridge
Copy link
Contributor

@alxbridge alxbridge commented Jan 16, 2024

Description

Replacement PR to fix #235 , to rebase the original PR #236 for CI fixes

Please include a summary of the changes and which issue this relates to (if applicable).

Fixes # (issue)

Checklist

  • Code follows the style guidelines of this project
  • Performed a self-review
  • [ ] I have commented my code, particularly in hard-to-understand areas (N/A)
  • [ ] I have made corresponding changes to the documentation (N/A)
  • Changes generate no new warnings
  • Added tests that prove the update works
  • New and existing unit tests pass locally with the changes
  • I have added an appropriate CHANGELOG entry

@alxbridge alxbridge merged commit e41b502 into torchbox:main Jan 16, 2024
@alxbridge alxbridge deleted the feat-update-django-5.1 branch January 16, 2024 11:41
@@ -15,7 +15,7 @@ jobs:
python-version: "3.11"
cache: 'poetry'
- run: pip install tox
- run: tox -e lint,py311-dj42
- run: tox -e lint,py311-dj50
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: test_compatibility below stats "Test with all supported Django versions, for all compatible Python versions." and includes 4.2 and main. Would be nice to update it to include 5.0, but that is not a blocker

CuriousLearner added a commit to lincolnloop/django-pattern-library that referenced this pull request Feb 24, 2024
…rary into jinja

* 'main' of https://github.com/torchbox/django-pattern-library:
  Add Python 3.12 to the test matrix, drop Django 4.1 (torchbox#242)
  Updates for version 1.2.0
  Improve handling of non-string values for 'override_tag's 'default_html' argument (torchbox#224)
  fix: make it work for django5.0 (updated) (torchbox#241)
  Upgrade GitHub Actions versions (torchbox#237)
  Fix typos discovered by codespell (torchbox#238)
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.

Support Django 5.0
3 participants