Releases: djk2/django-popup-view-field
Releases · djk2/django-popup-view-field
v0.6.1
-
Added support for Django 3.0 (demand django-crispy-forms >= 1.8.0 )
-
Fixed javascript for bootstrap4.
In script was used incorrectly id
attribute of dialog element.
Now id
of <div>
dialog for popup is different for bootstrap3 and bootstrap4.
v0.6.0
Support for Bootstrap4 and Django 2.2
v0.5.0
Support for Django 2.0 / 2.1 and PopupViewModelField
v0.4.0
New attribute callback_data
v0.2.0
Checking support for django-bootstrap3 v8.1.0 and add isort to tox
v0.1
Changed version for django from 1.10.3 to 1.10.5