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 58b43c5 commit 0020c47Copy full SHA for 0020c47
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## [1.0.8] 2023-05-31
4
+### Changes
5
+
6
+- Fix #2: [Issue with delete functionality in Django admin inline formset](https://github.com/app-generator/django-admin-datta/issues/2)
7
8
## [1.0.7] 2023-02-28
9
### Changes
10
setup.py
@@ -8,7 +8,7 @@
setup(
name='django-admin-datta',
11
-version='1.0.7',
+version='1.0.8',
12
zip_safe=False,
13
packages=find_packages(),
14
include_package_data=True,
0 commit comments