File tree 4 files changed +7
-2
lines changed
django_better_admin_arrayfield
4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 20
20
| Álvaro Mondéjar | [ @mondeja ] ( https://github.com/mondeja ) |
21
21
| Martín | [ @MartinCura ] ( https://github.com/MartinCura ) |
22
22
| Joshua Cender | [ @sixthgear ] ( https://github.com/sixthgear ) |
23
+ | Javier Matos Odut | [ @javiermatos ] ( https://github.com/javiermatos )
Original file line number Diff line number Diff line change 1
1
# History
2
2
3
+ ## 1.4.2 (2020-12-08)
4
+
5
+ - Adjust template to better match django style
6
+
3
7
## 1.4.1 (2020-12-08)
4
8
5
9
- Allow submitting empty array field
Original file line number Diff line number Diff line change 1
- __version__ = "1.4.1 "
1
+ __version__ = "1.4.2 "
2
2
3
3
default_app_config = "django_better_admin_arrayfield.apps.DjangoBetterAdminArrayfieldConfig"
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.4.1
2
+ current_version = 1.4.2
3
3
commit = True
4
4
tag = True
5
5
You can’t perform that action at this time.
0 commit comments