Skip to content

Commit db4748a

Browse files
authored
Merge branch 'master' into fix/escape
2 parents f3d5a93 + 8a46fdd commit db4748a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
environment:
1313
name: pypi
14-
url: https://pypi.org/p/djangocms-frontend
14+
url: https://test.pypi.org/p/djangocms-frontend
1515
permissions:
1616
id-token: write
1717
steps:

README.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,6 @@ For a manual install:
132132
133133
- run ``python manage.py migrate``
134134

135-
If you use **Django < 3.2** please also add ``django-jsonfield-backport`` to
136-
your ``requirements.txt`` and ``django_jsonfield_backport`` to your
137-
``INSTALLED_APPS`` list.
138-
139135
**djangocms-frontend** has a weak dependencies on **djangocms-icon** you can
140136
install separately or by adding an option:
141137

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

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

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

0 commit comments

Comments
 (0)