File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## 22.1 (in development)
44
5+ - Update Bootstrap to 5.2.0.
56- Add support for Django 4.1.
67- Drop support for Django 2.2 (EOL).
78
Original file line number Diff line number Diff line change 55BOOTSTRAP5 = {"foo" : "bar" }
66BOOTSTRAP5_DEFAULTS = {
77 "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 " ,
1010 "crossorigin" : "anonymous" ,
1111 },
1212 "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 " ,
1515 "crossorigin" : "anonymous" ,
1616 },
1717 "theme_url" : None ,
You can’t perform that action at this time.
0 commit comments