File tree 3 files changed +13
-8
lines changed
3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.0.4] 2022-10-30
4
+ ### Improvements
5
+
6
+ - Fix DOCS (minor)
7
+
3
8
## [ 1.0.3] 2022-10-30
4
9
### Improvements
5
10
Original file line number Diff line number Diff line change 6
6
7
7
> Features
8
8
9
- - ✅ Modern Stack: ` Django ` & ` VanillaJS `
10
- - ✅ ` DT ` layer provided by [ Simple-DataTables] ( https://github.com/fiduswriter/Simple-DataTables )
11
- - ✅ ` Server-side ` pagination
12
- - ✅ Search, Filters
13
- - ✅ Exports in PDF, CSV formats
14
- - ✅ ` MIT License ` (commercial use allowed)
15
- - ✅ Active versioning & Free [ support] ( https://appseed.us/support/ )
9
+ - Modern Stack: ` Django ` & ` VanillaJS `
10
+ - ` DT ` layer provided by [ Simple-DataTables] ( https://github.com/fiduswriter/Simple-DataTables )
11
+ - ` Server-side ` pagination
12
+ - Search, Filters
13
+ - Exports in PDF, CSV formats
14
+ - ` MIT License ` (commercial use allowed)
15
+ - Active versioning & Free [ support] ( https://appseed.us/support/ )
16
16
17
17
<br />
18
18
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = 'django-dynamic-datatb' ,
11
- version = '1.0.3 ' ,
11
+ version = '1.0.4 ' ,
12
12
zip_safe = False ,
13
13
packages = find_packages (),
14
14
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments