File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
bootstrap_modal_forms/static/js Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ 2.2.0 (2021-04-27)
6+ ==================
7+
8+ - add custom is_ajax function since Django's is_ajax is deprectated
9+ - change post method to delete method in DeleteMessageMixin
10+
5112.1.0 (2021-03-06)
612==================
713
Original file line number Diff line number Diff line change 11/*
22django-bootstrap-modal-forms
3- version : 2.1 .0
3+ version : 2.2 .0
44Copyright (c) 2021 Uros Trstenjak
55https://github.com/trco/django-bootstrap-modal-forms
66*/
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = 'django-bootstrap-modal-forms' ,
12- version = '2.1 .0' ,
12+ version = '2.2 .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