mirror of
https://github.com/django-components/django-components.git
synced 2025-11-17 05:48:37 +00:00
refactor: make djc compatible with django-template-partials v23.3 and later (#1458)
This commit is contained in:
parent
a5ebb59059
commit
c15e91cb6c
5 changed files with 26 additions and 2 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue