Skip to content

Commit

Permalink
Update README for django CMS version compatibility
Browse files Browse the repository at this point in the history
Update documentation to clarify compatibility with django CMS versions and ensure alignment with setup.py classifiers.

Documentation:
- Update README.rst to specify compatibility with django CMS versions 3.7-3.11.
- Add a note in README.rst that django CMS 4.0+ requires djangocms-transfer version 2.0 or later.
- Ensure compatibility information in README.rst aligns with setup.py classifiers.

Resolves #39
  • Loading branch information
sourcery-ai[bot] committed Nov 19, 2024
1 parent eb3d3ac commit 73570f8
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@ For a manual install:
* run ``python manage.py migrate djangocms_transfer``


Version Compatibility
-------------------

This version (1.x) of djangocms-transfer is compatible with:

* django CMS 3.7 through 3.11

For django CMS 4.0 or later, you must use djangocms-transfer 2.0 or later.


Customization
-------------

Expand Down Expand Up @@ -128,7 +138,7 @@ After this you just need to run `tools/black`.

.. |python| image:: https://img.shields.io/badge/python-3.5+-blue.svg
:target: https://pypi.org/project/djangocms-transfer/
.. |django| image:: https://img.shields.io/badge/django-2.2,%203.0,%203.1-blue.svg
.. |django| image:: https://img.shields.io/badge/django-3.0,%203.1,%203.2,%204.0,%204.1-blue.svg
:target: https://www.djangoproject.com/
.. |djangocms| image:: https://img.shields.io/badge/django%20CMS-3.7%2B-blue.svg
.. |djangocms| image:: https://img.shields.io/badge/django%20CMS-3.7--3.11-blue.svg
:target: https://www.django-cms.org/

0 comments on commit 73570f8

Please sign in to comment.