File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ 2.1.0 (2024-05-10)
6+ ==================
7+
8+ * fix: add missing migration by @sephii in https://github.com/django-cms/djangocms-column/pull/58
9+ * fix: Update cms_plugins.py for django CMS 4 compatibility by @aacimov in https://github.com/django-cms/djangocms-column/pull/60
10+
511
6122.0.0 (2022-04-11)
713==================
Original file line number Diff line number Diff line change 1- __version__ = '2.0 .0'
1+ __version__ = '2.1 .0'
Original file line number Diff line number Diff line change 11{% load cms_tags %}
2- < div class ="column " style ="width: {{ instance.width }}; float: left; ">
2+ < div class ="column " style ="width: {{ instance.width }}; float: left; float: inline-start; ">
33{% for plugin in instance.child_plugin_instances %}
44 {% render_plugin plugin %}
55{% endfor %}
6- </ div >
6+ </ div >
Original file line number Diff line number Diff line change 1616 'Framework :: Django' ,
1717 'Framework :: Django :: 2.2' ,
1818 'Framework :: Django :: 3.2' ,
19+ 'Framework :: Django :: 4.2' ,
20+ 'Framework :: Django :: 5.0' ,
1921 'Intended Audience :: Developers' ,
2022 'License :: OSI Approved :: BSD License' ,
2123 'Operating System :: OS Independent' ,
2527 'Programming Language :: Python :: 3.8' ,
2628 'Programming Language :: Python :: 3.9' ,
2729 'Programming Language :: Python :: 3.10' ,
30+ 'Programming Language :: Python :: 3.11' ,
31+ 'Programming Language :: Python :: 3.12' ,
2832 'Topic :: Communications' ,
2933 'Topic :: Internet :: WWW/HTTP :: Dynamic Content' ,
3034 'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards' ,
You can’t perform that action at this time.
0 commit comments