Skip to content

Commit

Permalink
Merge branch 'fix/escape' of github.com:fsbraun/djangocms-frontend in…
Browse files Browse the repository at this point in the history
…to fix/escape
  • Loading branch information
fsbraun committed Apr 29, 2024
2 parents c615895 + db4748a commit 40cb02e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/djangocms-frontend
url: https://test.pypi.org/p/djangocms-frontend
permissions:
id-token: write
steps:
Expand Down
6 changes: 1 addition & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ For a manual install:
- run ``python manage.py migrate``

If you use **Django < 3.2** please also add ``django-jsonfield-backport`` to
your ``requirements.txt`` and ``django_jsonfield_backport`` to your
``INSTALLED_APPS`` list.

**djangocms-frontend** has a weak dependencies on **djangocms-icon** you can
install separately or by adding an option:

Expand Down Expand Up @@ -169,7 +165,7 @@ See `LICENSE <https://github.com/django-cms/djangocms-frontend/blob/master/LICEN
.. |python| image:: https://img.shields.io/badge/python-3.7+-blue.svg
:target: https://pypi.org/project/djangocms-frontend/

.. |django| image:: https://img.shields.io/badge/django-3.2--4.2-blue.svg
.. |django| image:: https://img.shields.io/badge/django-3.2---blue.svg
:target: https://www.djangoproject.com/

.. |djangocms| image:: https://img.shields.io/badge/django%20CMS-3.8%2B-blue.svg
Expand Down

0 comments on commit 40cb02e

Please sign in to comment.