File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5- 2.0.0
6- =====
5+ 2.0.0 (2020-06-28)
6+ ==================
77
8+ - rename BSModalForm to BSModalModelForm supporting Django's forms.ModelForm
9+ - add support for Django's forms.Form with BSModalForm
810- add generic view BSModalFormView
9- - rename BSModalForm to BSModalModelForm
10- - add form BSModalForm
11+ - add support for asynchronous page updating after form submission
1112
12131.5.0 (2019-11-23)
1314==================
Original file line number Diff line number Diff line change 1- Copyright (c) 2019 Uroš Trstenjak
1+ Copyright (c) 2020 Uroš Trstenjak
22
33MIT License
44
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = 'django-bootstrap-modal-forms' ,
12- version = '1.5 .0' ,
12+ version = '2.0 .0' ,
1313 packages = find_packages (),
1414 include_package_data = True ,
1515 license = 'MIT License' ,
You can’t perform that action at this time.
0 commit comments