Skip to content

Commit 9fe293f

Browse files
authored
Added new setting to configure CROP and bump packages. Enhance doc and examples (#80)
1 parent f9368ca commit 9fe293f

27 files changed

Lines changed: 2490 additions & 2359 deletions

File tree

docs/build.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ def read_cls_docstring(cls):
3939

4040
def get_versions():
4141
return [
42+
{
43+
"version": "0.2.16",
44+
"changes": [
45+
"Added new setting ADMIN_DISABLE_CROP_IMAGE. So,we can configure crop images on upload.",
46+
],
47+
},
4248
{
4349
"version": "0.2.15",
4450
"changes": [

docs/index.html

Lines changed: 5 additions & 2 deletions
Large diffs are not rendered by default.

examples/django_djangoorm/poetry.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/django_djangoorm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ package-mode = false
1111
[tool.poetry.dependencies]
1212
python = "^3.10"
1313
django = "^5.1"
14-
fastadmin = {"version" = "^0.2.7", extras = ["django"]}
14+
fastadmin = {"version" = "^0.2.15", extras = ["django"]}
1515

1616
[build-system]
1717
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)