refactor: make djc compatible with django-template-partials v23.3 and later (#1458)

This commit is contained in:
Juro Oravec 2025-10-17 11:06:13 +02:00 committed by GitHub
parent a5ebb59059
commit c15e91cb6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 26 additions and 2 deletions

View file

@ -23,3 +23,13 @@ django-components is tested against Ubuntu and Windows, and should work on any o
This should cover most of the cases.
However, if your environment is not supported, you will need to install Rust and Cargo to build the sub-packages from source.
### Other packages
Here we track which other packages from the Django ecosystem we try to be compatible with.
How to read this table - E.g. in case of `django-template-partials`, you should use at least version `0.142.3` of `django-components` and at least version `23.3` of django-template-partials.
| Package | django-components version | Package version |
| -------------- | -------------- | --- |
[`django-template-partials`](https://github.com/carltongibson/django-template-partials) | >=0.142.3 | >=23.3 |