We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac09824 commit dd6219dCopy full SHA for dd6219d
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## [1.0.10] 2023-06-03
4
+### Changes
5
+
6
+- Fix #4: Admin form fieldset issue
7
8
## [1.0.9] 2023-06-02
9
### Changes
10
setup.py
@@ -8,7 +8,7 @@
setup(
name='django-admin-datta',
11
-version='1.0.9',
+version='1.0.10',
12
zip_safe=False,
13
packages=find_packages(),
14
include_package_data=True,
0 commit comments