File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 22.1 (in development)
4
4
5
+ - Update Bootstrap to 5.2.0.
5
6
- Add support for Django 4.1.
6
7
- Drop support for Django 2.2 (EOL).
7
8
Original file line number Diff line number Diff line change 5
5
BOOTSTRAP5 = {"foo" : "bar" }
6
6
BOOTSTRAP5_DEFAULTS = {
7
7
"css_url" : {
8
- "url" : "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3 /dist/css/bootstrap.min.css" ,
9
- "integrity" : "sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3 " ,
8
+ "url" : "https://cdn.jsdelivr.net/npm/bootstrap@5.2.0 /dist/css/bootstrap.min.css" ,
9
+ "integrity" : "sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx " ,
10
10
"crossorigin" : "anonymous" ,
11
11
},
12
12
"javascript_url" : {
13
- "url" : "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3 /dist/js/bootstrap.bundle.min.js" ,
14
- "integrity" : "sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p " ,
13
+ "url" : "https://cdn.jsdelivr.net/npm/bootstrap@5.2.0 /dist/js/bootstrap.bundle.min.js" ,
14
+ "integrity" : "sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa " ,
15
15
"crossorigin" : "anonymous" ,
16
16
},
17
17
"theme_url" : None ,
You can’t perform that action at this time.
0 commit comments