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

Jinja support #6

Open
wants to merge 40 commits into
base: jinja
Choose a base branch
from
Open

Conversation

CuriousLearner
Copy link

Description

We found some issues trying to run the lib from this branch. I fixed them and merged with main. Can you double-check and see if this works for you? Hopefully we can get torchbox#206 moving.

This supersedes #5

reedjones and others added 30 commits August 18, 2023 11:34
* Make sure /app is always in sys.path

* Add CHANGELOG entry
* Fix pattern matching for templates using dashes

* Expand tests
* Explicitly allow Django 4.2 in dependencies and drop 4.0

* Drop Python 3.7

EOL is EOL
cclauss and others added 10 commits January 9, 2024 12:27
* fix: make it work for django5.0

* Update CHANGELOG

---------

Co-authored-by: peko <[email protected]>
* GitHub Actions: Add Python 3.12 to the testing
As discussed at torchbox#236 (review)
* tox.ini: Add py312
* Stop testing Django v4.1
…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)
Upgrade Jinja support to work with Django 5
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.