Skip to content

Commit

Permalink
chore(deps): add crispy-bootstrap4 as dependency
Browse files Browse the repository at this point in the history
BREAKING CHANGE: django-crispy-forms uses separate template packs since
version 2. we depend on crispy-bootstrap4 by default, but projects have
to add `crispy_bootstrap4` to the INSTALLED_APPS themselves.
  • Loading branch information
b1rger committed Dec 14, 2023
1 parent 16b3815 commit 759e0c6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ To use the APIS framework in your application, you will need to add the followin

# ui stuff used by APIS
"crispy_forms",
"crispy_bootstrap4",
"django_filters",
"django_tables2",
"dal",
Expand Down
18 changes: 17 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ django-admin-csvexport = "^2.2"
tablib = "^3.5.0"
setuptools = "^68.2.2"
apis-override-select2js = "^0.1.0"
crispy-bootstrap4 = "^2023.1"

[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit 759e0c6

Please sign in to comment.