Skip to content

Commit 16d3ac6

Browse files
ran isort + modified CHANGELOG
1 parent a148fff commit 16d3ac6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Changelog
88
* Removed col and rows setting from CharField form plugin
99
* Set more margin options in spacing between fields
1010
* Fixed anonymous as None to Foregin key 'form_user'
11+
* Added attributesField to every Form plugin for customizing
1112

1213
0.1.0
1314
==================

djangocms_form_builder/attributes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from django.utils.translation import gettext_lazy as _
2-
32
from djangocms_frontend.helpers import insert_fields
43

54

0 commit comments

Comments
 (0)