File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4444 'django.contrib.sessions' ,
4545 'django.contrib.messages' ,
4646 'django.contrib.staticfiles' ,
47- 'bootstrap3 ' ,
47+ 'bootstrap ' ,
4848 'bootstrap_datepicker_plus' ,
4949 'mathfilters' ,
5050 'base' ,
Original file line number Diff line number Diff line change 88from django .utils .translation import gettext_lazy as _
99
1010from apimanager .settings import API_DATE_FORMAT_WITH_DAY , API_FIELD_TIME_FORMAT
11- from bootstrap_datepicker_plus import DatePickerInput , DateTimePickerInput
11+ from bootstrap_datepicker_plus . widgets import DatePickerInput , DateTimePickerInput
1212from datetime import datetime , timedelta
1313from obp .api import APIError
1414
Original file line number Diff line number Diff line change 1010from datetime import datetime , timedelta
1111from django .utils .translation import gettext_lazy as _
1212
13- from bootstrap_datepicker_plus import DateTimePickerInput
13+ from bootstrap_datepicker_plus . widgets import DateTimePickerInput
1414from apimanager .settings import API_DATE_FORMAT_WITH_DAY_DATE_TIME
1515
1616API_DATE_FORMAT_WITH_MILLISECONDS_PLACEHOLDER = "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ requests-oauthlib==1.3.1
77PyJWT == 2.8.0
88gunicorn == 22.0.0
99matplotlib
10- django-bootstrap-datepicker-plus == 3.0.5
10+ django-bootstrap-datepicker-plus
1111django-mathfilters
12- django-bootstrap3
12+ django-bootstrap
1313django-csp
You can’t perform that action at this time.
0 commit comments