Skip to content

Commit

Permalink
Added new setting to configure CROP and bump packages. Enhance doc an…
Browse files Browse the repository at this point in the history
…d examples (#80)
  • Loading branch information
vsdudakov authored Dec 2, 2024
1 parent f9368ca commit 9fe293f
Show file tree
Hide file tree
Showing 27 changed files with 2,490 additions and 2,359 deletions.
6 changes: 6 additions & 0 deletions docs/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ def read_cls_docstring(cls):

def get_versions():
return [
{
"version": "0.2.16",
"changes": [
"Added new setting ADMIN_DISABLE_CROP_IMAGE. So,we can configure crop images on upload.",
],
},
{
"version": "0.2.15",
"changes": [
Expand Down
7 changes: 5 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

76 changes: 38 additions & 38 deletions examples/django_djangoorm/poetry.lock

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

2 changes: 1 addition & 1 deletion examples/django_djangoorm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
django = "^5.1"
fastadmin = {"version" = "^0.2.7", extras = ["django"]}
fastadmin = {"version" = "^0.2.15", extras = ["django"]}

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
Loading

0 comments on commit 9fe293f

Please sign in to comment.